summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Roberto Fresca <robbie@robertofresca.com>2022-04-30 05:25:09 +0200
committer Roberto Fresca <robbie@robertofresca.com>2022-04-30 05:25:09 +0200
commit0bd01cf258aac336d7000b836ff9018377ff486d (patch)
treedb98a1962d0aa5ae2732e1f2f886436ec0c85414
parentf65c56c6c7685d502502ea8cc9d80d0e47ab36bf (diff)
parentf63f1e12ed0b00cf051b4d90db9eb1b782a008af (diff)
Merge branch 'master' of https://github.com/mamedev/mame
-rw-r--r--docs/source/initialsetup/compilingmame.rst23
-rw-r--r--hash/nes.xml154
-rw-r--r--src/devices/machine/pcf8593.cpp6
-rw-r--r--src/devices/machine/x76f041.cpp5
-rw-r--r--src/devices/machine/x76f100.cpp5
-rw-r--r--src/devices/machine/z80scc.cpp2
-rw-r--r--src/devices/sound/mas3507d.cpp3
-rw-r--r--src/lib/formats/fsmeta.cpp53
-rw-r--r--src/lib/formats/fsmeta.h5
-rw-r--r--src/mame/drivers/4enlinea.cpp19
-rw-r--r--src/mame/drivers/pgm.cpp32
-rw-r--r--src/mame/layout/m5hgl14.lay1043
-rw-r--r--src/mame/layout/m5hiclau.lay1043
-rw-r--r--src/mame/layout/m5hifly.lay1043
-rw-r--r--src/mame/layout/m5hilok.lay1043
-rw-r--r--src/mame/layout/m5hisprt.lay1043
-rw-r--r--src/mame/layout/m5hlsumo.lay1043
-rw-r--r--src/mame/layout/m5holy.lay1043
-rw-r--r--src/mame/layout/m5hopidl.lay1043
-rw-r--r--src/mame/layout/m5hotslt.lay1043
-rw-r--r--src/mame/layout/m5hotstf.lay1043
-rw-r--r--src/mame/layout/m5hypvip.lay1043
-rw-r--r--src/mame/layout/m5jackbx.lay1043
-rw-r--r--src/mame/layout/m5jackp2.lay1043
-rw-r--r--src/mame/layout/m5jackpt.lay1043
-rw-r--r--src/mame/layout/m5jlyjwl.lay1043
-rw-r--r--src/mame/layout/m5jmpgem01.lay1043
-rw-r--r--src/mame/layout/m5kingqc06.lay1043
-rw-r--r--src/mame/layout/m5kkebab.lay1043
-rw-r--r--src/mame/layout/m5korma.lay1043
-rw-r--r--src/mame/layout/m5loony.lay1043
-rw-r--r--src/mame/layout/m5loot.lay1043
-rw-r--r--src/mame/layout/m5lotta.lay1043
-rw-r--r--src/mame/layout/m5martns07.lay1043
-rw-r--r--src/mame/layout/m5mega.lay1043
-rw-r--r--src/mame/layout/m5mmak06.lay1043
-rw-r--r--src/mame/layout/m5monmst.lay1043
-rw-r--r--src/mame/layout/m5mpfc.lay1043
-rw-r--r--src/mame/layout/m5mprio.lay1043
-rw-r--r--src/mame/layout/m5neptun.lay1043
-rw-r--r--src/mame/layout/m5nnww.lay1043
-rw-r--r--src/mame/layout/m5oohaah.lay1043
-rw-r--r--src/mame/layout/m5oohrio.lay1043
-rw-r--r--src/mame/layout/m5openbx05.lay1043
-rw-r--r--src/mame/layout/m5overld.lay1043
-rw-r--r--src/mame/layout/m5peepsh.lay1043
-rw-r--r--src/mame/layout/m5piefac.lay1043
-rw-r--r--src/mame/layout/m5piefcr.lay1043
-rw-r--r--src/mame/layout/m5ppussy.lay1043
-rw-r--r--src/mame/layout/m5psyccl01.lay1043
-rw-r--r--src/mame/layout/m5psycho.lay1043
-rw-r--r--src/mame/layout/m5ptyani.lay1043
-rw-r--r--src/mame/layout/m5qdrawb.lay1043
-rw-r--r--src/mame/layout/m5qshot04.lay1043
-rw-r--r--src/mame/layout/pnchmn.lay1727
-rw-r--r--src/mame/machine/zs01.cpp4
-rw-r--r--src/mame/mame.lst3
57 files changed, 1821 insertions, 45069 deletions
diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst
index fdd0545db9f..3c8fddd26fc 100644
--- a/docs/source/initialsetup/compilingmame.rst
+++ b/docs/source/initialsetup/compilingmame.rst
@@ -72,7 +72,7 @@ building MAME on a 64-bit system. Instructions may need to be adjusted for
use the portable SDL (Simple DirectMedia Layer) interfaces instead, you can
add **OSD=sdl** to the make options. The main emulator binary will have an
``sdl`` prefix prepended (e.g. ``sdlmame.exe``). You
- will need to install the MSYS2 packages for SDL 2 version 2.0.3 or later.
+ will need to install the MSYS2 packages for SDL 2 version 2.0.6 or later.
* By default, MAME will include the native Windows debugger. To also include
the portable Qt debugger, add **USE_QTDEBUG=1** to the make options. You
will need to install the MSYS2 packages for Qt 5.
@@ -224,7 +224,7 @@ Fedora Linux
------------
You’ll need a few prerequisites from your Linux distribution. Make sure you get
-SDL2 2.0.4 or later as earlier versions are buggy::
+SDL2 2.0.6 or later as earlier versions lack required functionality::
sudo dnf install gcc gcc-c++ SDL2-devel SDL2_ttf-devel libXi-devel libXinerama-devel qt5-qtbase-devel qt5-qttools expat-devel fontconfig-devel alsa-lib-devel pulseaudio-libs-devel
@@ -246,7 +246,7 @@ Debian and Ubuntu (including Raspberry Pi and ODROID devices)
-------------------------------------------------------------
You’ll need a few prerequisites from your Linux distribution. Make sure you get
-SDL2 2.0.4 or later as earlier versions are buggy::
+SDL2 2.0.6 or later as earlier versions lack required functionality::
sudo apt-get install git build-essential python libsdl2-dev libsdl2-ttf-dev libfontconfig-dev libpulse-dev qt5-default
@@ -274,8 +274,10 @@ Apple macOS
You’ll need a few prerequisites to get started. Make sure you’re on OS X 10.14
Mojave or later for Intel Macs or macOS 11.0 Big Sur for Apple Silicon. You will
-need SDL2 2.0.4 or later for Intel or SDL2 2.0.14 on Apple Silicon. You’ll also
-need to install Python 3.
+need SDL2 2.0.6 or later for Intel or SDL2 2.0.14 on Apple Silicon. You’ll also
+need to install Python 3 – it’s currently included with the Xcode command line
+tools, but you can also install a stand-alone version or get it via the Homebrew
+package manager.
* Install **Xcode** from the Mac App Store or
`ADC <https://developer.apple.com/download/more/>`_ (AppleID required).
@@ -298,12 +300,13 @@ Next you’ll need to get SDL2 installed.
**SDL2.framework** folder from the SDL disk image into the **Frameworks**
folder. You will have to authenticate with your user password.
-Now get Python 3 set up:
+If you don’t already have it, get Python 3 set up:
-* Go to the `official Python site <https://www.python.org/>`_ and click the link
- to the download page for the current version (this was
- `Python 3.10.0 <https://www.python.org/downloads/release/python-3100/>`_ at
- the time of writing).
+* Go to the official Python site, navigate to the
+ `releases for macOS <https://www.python.org/downloads/macos/>`_, and click the
+ link to download the installer for the latest stable release (this was
+ `Python 3.10.4 <https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg>`_
+ at the time of writing).
* Scroll down to the “Files” section, and download the macOS version (called
“macOS 64-bit universal2 installer” or similar).
* Once the package downloads, open it and follow the standard installation
diff --git a/hash/nes.xml b/hash/nes.xml
index bd6425b707b..037e4d569fa 100644
--- a/hash/nes.xml
+++ b/hash/nes.xml
@@ -8548,6 +8548,7 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="HVC-SROM" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="hvc-dd-1 prg" size="16384" crc="b97afb85" sha1="05ec5ba36646ea62ecc877dac8aa6a7747d81c4d" offset="00000" />
<rom size="16384" offset="0x4000" loadflag="reload" />
@@ -8567,6 +8568,7 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="pal-dd-0 prg" size="16384" crc="60cb6ff6" sha1="00a7345604a551750a3bcbdc6b25e4b461ffc136" offset="00000" />
<rom size="16384" offset="0x4000" loadflag="reload" />
@@ -9080,8 +9082,8 @@ license:CC0
<!-- Chip is rather an ASIC UNROM clone with no bus conflict issues(?) -->
<feature name="slot" value="uxrom" />
<feature name="pcb" value="DAOU-009" />
- <feature name="bus_conflict" value="no" />
<feature name="mirroring" value="vertical" />
+ <feature name="bus_conflict" value="no" />
<feature name="u1" value="U1 DIS-DFII001" />
<feature name="u2" value="U2 PRG" />
<feature name="u3" value="U3 VRAM" />
@@ -9755,6 +9757,7 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="virus 4 08a8" size="32768" crc="beba9ac6" sha1="891e252b6aa17cc16b2cb05737149fb1bb592e96" offset="00000" />
</dataarea>
@@ -20772,9 +20775,9 @@ license:CC0
<info name="release" value="19900223"/>
<info name="alt_title" value="キテレツ大百科"/>
<part name="cart" interface="nes_cart">
- <feature name="mmc1_type" value="MMC1B2" />
<feature name="slot" value="sxrom" />
<feature name="pcb" value="HVC-SLROM" />
+ <feature name="mmc1_type" value="MMC1B2" />
<dataarea name="prg" size="131072">
<rom name="epo-kt-0 prg" size="131072" crc="cbd413a9" sha1="a885f2d4ffeb8cdf7d9f980e70deba3c1f3e317f" offset="00000" />
</dataarea>
@@ -27180,6 +27183,7 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="JALECO-JF-03" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="1.1.prg" size="16384" crc="fde61002" sha1="092ee3b0880447b6cbc8be105296d0e8fe2b6f22" offset="00000" />
<rom size="16384" offset="0x4000" loadflag="reload" />
@@ -27753,7 +27757,6 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="tc0190fmc" />
<feature name="pcb" value="TAITO-TC0190FMC" />
- <feature name="mmc1_type" value="MMC1A" />
<feature name="peripheral" value="zapper" />
<dataarea name="prg" size="131072">
<rom name="b76-01" size="131072" crc="42d893e4" sha1="9045ef6cfd67d2c3ee780e0d126b348b883e6618" offset="00000" />
@@ -28823,7 +28826,7 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="uxrom" />
<feature name="pcb" value="NES-UNROM" />
- <feature name="mmc1_type" value="MMC1B2" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="prg" size="131072">
<rom name="pal-ph-0 prg" size="131072" crc="18027a1f" sha1="c81c29a3ecba7ffc735e65273ab8bba886a33029" offset="00000" />
</dataarea>
@@ -34350,7 +34353,6 @@ license:CC0
<feature name="u5" value="U5 W-RAM-1" />
<feature name="u6" value="U6 CIC" />
<feature name="battery" value="+Batt CR2032" />
- <feature name="mirroring" value="vertical" />
<dataarea name="prg" size="131072">
<rom name="simcity prg.u1" size="131072" crc="ad8bfb35" sha1="88fef47ebeec6bad9b7aef07b40f4ecf00846ca0" offset="0"/>
</dataarea>
@@ -44241,6 +44243,7 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="hvc kensa cassette controller test (japan).chr" size="8192" crc="d08b6a0a" sha1="43fb62b8fe2029dd420b05bee53484a04ed190c5" offset="00000" status="baddump" />
</dataarea>
@@ -44279,6 +44282,7 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="nintendo - ntf2 test cartridge (nes test) (usa) (rev 1).chr" size="8192" crc="97f119b8" sha1="ee190360fd59359f8c70ee853ee11ef7ffc549b0" offset="00000" status="baddump" />
</dataarea>
@@ -44296,6 +44300,7 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="nintendo - ntf2 test cartridge (usa).chr" size="8192" crc="97f119b8" sha1="ee190360fd59359f8c70ee853ee11ef7ffc549b0" offset="00000" status="baddump" />
</dataarea>
@@ -44312,6 +44317,7 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="ntf2 test cart (pd).chr" size="8192" crc="04a1eb14" sha1="19f58ce37d065a3922254d1863de12952c5848c5" offset="00000" status="baddump" />
</dataarea>
@@ -44328,6 +44334,7 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="nintendo world class service - control deck test cartridge (usa).chr" size="8192" crc="f53bdcae" sha1="b1c9ea767899ed4ffc261f7b376a634452230842" offset="00000" status="baddump" />
</dataarea>
@@ -44344,6 +44351,7 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="nintendo world class service - joystick test cartridge (usa).chr" size="8192" crc="bd3a18b2" sha1="f6fd2c27e459c3081a78162441906760c98ae836" offset="00000" status="baddump" />
</dataarea>
@@ -44361,6 +44369,7 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="nintendo world class service - port test cartridge (usa).prg" size="32768" crc="32e02cb8" sha1="7b269bca835dcbc41b3f828aa5183d3c16158b80" offset="00000" status="baddump" />
</dataarea>
@@ -44377,6 +44386,7 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="nintendo world class service - power pad test cartridge (usa).chr" size="8192" crc="755e2773" sha1="284cfc23118b0f48aff8fd04ce2fc836dfaa1a90" offset="00000" status="baddump" />
</dataarea>
@@ -44394,6 +44404,7 @@ license:CC0
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="u-force test (usa).chr" size="8192" crc="d5503a64" sha1="9363ab75e73fe68092d1b321321d623dd0c95976" offset="00000" status="baddump" />
</dataarea>
@@ -44508,6 +44519,7 @@ We should eventually add it to MAME as a separate driver with a NES CPU and a GB
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="my computer tv c1 (j).chr" size="8192" crc="9cba4524" sha1="2bd833f8049bf7a14ce337c3cde35f2140242a18" offset="00000" status="baddump" />
</dataarea>
@@ -44543,6 +44555,7 @@ We should eventually add it to MAME as a separate driver with a NES CPU and a GB
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="fp-basic-3.3.chr" size="8192" crc="754f210a" sha1="49fd422ad8a4a7054a3336cb88849ffd50ad9b03" offset="00000" status="baddump" />
</dataarea>
@@ -45257,13 +45270,13 @@ Also notice that VRAM, WRAM & mirror are probably incorrect for some of these se
</part>
</software>
- <software name="bignwtch">
- <description>Big Nose and the Witchdoctor (USA, Prototype)</description>
- <year>19??</year>
- <publisher>&lt;unknown&gt;</publisher>
+ <software name="bignwtch" cloneof="bignfo">
+ <description>Big Nose and the Witchdoctor (USA, prototype)</description>
+ <year>199?</year>
+ <publisher>Camerica</publisher>
<part name="cart" interface="nes_cart">
- <feature name="slot" value="uxrom" />
- <feature name="pcb" value="NES-UNROM" />
+ <feature name="slot" value="bf9093" />
+ <feature name="pcb" value="CAMERICA-BF9093" />
<feature name="mirroring" value="vertical" />
<dataarea name="prg" size="262144">
<rom name="big nose and the witchdoctor (usa) (beta) (unl).prg" size="262144" crc="f62b0327" sha1="bdf5bbb47ed4c0c45672e2485eed0f02fbda1d5d" offset="00000" status="baddump" />
@@ -49121,9 +49134,10 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
</software>
<software name="moeproyp" cloneof="basload">
- <description>Moero!! Pro Yakyuu (Jpn, Prototype)</description>
+ <description>Moero!! Pro Yakyuu (Japan, prototype)</description>
<year>1987</year>
<publisher>Jaleco</publisher>
+ <info name="alt_title" value="燃えろ!!プロ野球"/>
<part name="cart" interface="nes_cart">
<feature name="slot" value="jf13" />
<feature name="pcb" value="JALECO-JF-13" />
@@ -52089,6 +52103,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="32768">
<rom name="taan hak fung wan king tank (c).chr" size="32768" crc="2ff1fca4" sha1="4380c37b8caff7b178e2bbfadb87a5ca64eefe98" offset="00000" status="baddump" />
</dataarea>
@@ -52296,6 +52311,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="uxrom" />
<feature name="pcb" value="NES-UNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="prg" size="131072">
<rom name="tommy t's play me sound editor11.prg" size="131072" crc="78a40bd5" sha1="b53ad8541d842462a1eacbdce5abf6b694f893d0" offset="00000" status="baddump" />
</dataarea>
@@ -52315,6 +52331,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="m82 game selectable working product display (europe).chr" size="8192" crc="8e19c2b1" sha1="1d9a34a8eadf1a6c4806d0da96f1ab690389cbd7" offset="00000" status="baddump" />
</dataarea>
@@ -52366,6 +52383,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="pro action replay (europe) (v1.2) (no cart present) (unl).chr" size="8192" crc="d8f49994" sha1="0631457264ff7f8d5fb1edc2c0211992a67c73e6" offset="00000" status="baddump" />
</dataarea>
@@ -52423,6 +52441,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="duck maze (australia) (unl).chr" size="8192" crc="33497ea7" sha1="bcfdfb43a8bc929ac2805fea17a7bb0412b46e6b" offset="00000" status="baddump" />
</dataarea>
@@ -52439,6 +52458,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="othello (australia) (unl).chr" size="8192" crc="067b2dcf" sha1="1b6eb1e71e18fb839a58ae8c632121742e4b6c2c" offset="00000" status="baddump" />
</dataarea>
@@ -53631,6 +53651,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="sa72007" />
<feature name="pcb" value="UNL-SA-72007" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="16384">
<rom name="sidewinder - xiang wei she (asia) (pal) (unl).chr" size="16384" crc="374fbba0" sha1="d2f1896c4808d9b12d742eabf585c5ac898d8da8" offset="00000" status="baddump" />
</dataarea>
@@ -53648,6 +53669,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nina006" />
<feature name="pcb" value="AVE-NINA-06" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="16384">
<rom name="sidewinder (australia) (unl).chr" size="16384" crc="d7c4b76a" sha1="6d0b6fd1285ab8a0079344a158153eefaeab614a" offset="00000" status="baddump" />
</dataarea>
@@ -53666,6 +53688,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<feature name="bus_conflict" value="no" />
<dataarea name="chr" size="16384">
<rom name="sidewinder (joy van).chr" size="16384" crc="374fbba0" sha1="d2f1896c4808d9b12d742eabf585c5ac898d8da8" offset="00000" status="baddump" />
@@ -53980,6 +54003,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="65536">
<rom name="poker (1995)[p1].chr" size="65536" crc="1c60b964" sha1="e5f8778c5f47b5df5c132f6d13a7e50a8d28d413" offset="00000" status="baddump" />
</dataarea>
@@ -55974,6 +55998,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="bingo (mgc-003).chr" size="8192" crc="fd3b532d" sha1="cc8ece57b0bb37dd686fbed5823e265e38eaff6a" offset="00000" status="baddump" />
</dataarea>
@@ -56118,6 +56143,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<feature name="peripheral" value="zapper" />
<dataarea name="chr" size="32768">
<rom name="3 in 1 supergun (asia) (unl).chr" size="32768" crc="cc4700b4" sha1="cca724a37896a84c35834f655582e3685c6270ec" offset="00000" status="baddump" />
@@ -56802,7 +56828,6 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="txrom" />
<feature name="pcb" value="NES-TLROM" />
- <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="131072">
<rom name="jing hua yuan (china) (unl).chr" size="131072" crc="9c8ab31a" sha1="3091c868fce8beb9fbfc6358cbb69dc32408069f" offset="00000"/>
</dataarea>
@@ -60830,6 +60855,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="bnrom" />
<feature name="pcb" value="NES-BNROM" />
+ <feature name="mirroring" value="horizontal" />
<feature name="bus_conflict" value="no" />
<dataarea name="prg" size="1048576">
<rom name="titanic 1912 (unl).prg" size="1048576" crc="54d98b79" sha1="b96cb87b7cb300bc9225e8778d928672c2659ee6" offset="00000" status="baddump" />
@@ -60963,6 +60989,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="bnrom" />
<feature name="pcb" value="NES-BNROM" />
+ <feature name="mirroring" value="horizontal" />
<feature name="bus_conflict" value="no" />
<dataarea name="prg" size="524288">
<rom name="darkseed (unl) [p1].prg" size="524288" crc="81a37827" sha1="480fc6261897f1d44f17fbd0fe8fc3f538861589" offset="00000" status="baddump" />
@@ -61064,6 +61091,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="65536">
<rom name="av pachi slot (japan) (unl).chr" size="65536" crc="49d19577" sha1="f272c9df9bd784d5df3629706f80c679036cbf05" offset="00000" status="baddump" />
</dataarea>
@@ -61083,6 +61111,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="65536">
<rom name="av poker (japan) (unl).chr" size="65536" crc="cbb28b3d" sha1="deaa7fd3cd2ecaa775dc5c529d222b403058b8ad" offset="00000" status="baddump" />
</dataarea>
@@ -61370,6 +61399,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<feature name="bus_conflict" value="no" />
<dataarea name="chr" size="32768">
<rom name="puke jingling (china) (unl).chr" size="32768" crc="779850b9" sha1="4ebf02ecd084709e1a263641b8311f8290e6923c" offset="00000" status="baddump" />
@@ -63104,6 +63134,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<feature name="bus_conflict" value="no" />
<dataarea name="chr" size="32768">
<rom name="yanshan chess (unl).chr" size="32768" crc="c5ed36c7" sha1="7b6af1b4477c0569ed11a849e3168c7e0e18c1c5" offset="00000" status="baddump" />
@@ -63149,6 +63180,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="add &amp; sub.chr" size="8192" crc="b4c415cc" sha1="df5277e030fd7bf69cb93980c3d4f9252eebda93" offset="00000" status="baddump" />
</dataarea>
@@ -63165,6 +63197,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="calculator.chr" size="8192" crc="ba399522" sha1="5744439b13c297c10a29dcda3fd5743caa600591" offset="00000" status="baddump" />
</dataarea>
@@ -63181,6 +63214,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="huabi (painter) split by maxzhou88.prg" size="16384" crc="c2b40597" sha1="cfcf7c35cbc388be6e1e249257376afb73f40347" offset="00000" status="baddump" />
<rom size="16384" offset="0x4000" loadflag="reload" />
@@ -63198,6 +63232,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="jisuanqi (calculator) split by maxzhou88.prg" size="16384" crc="53a3f6f8" sha1="3b518f6c44cebac89399a2f59b3bcef34d2db484" offset="00000" status="baddump" />
<rom size="16384" offset="0x4000" loadflag="reload" />
@@ -63232,6 +63267,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="solitair (taken form nuevo tipo de computadora).prg" size="32768" crc="d308e347" sha1="34805dde69b159713095a1397f68860df7d84cb2" offset="00000" status="baddump" />
</dataarea>
@@ -63266,6 +63302,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="anti - terror action (unl).chr" size="8192" crc="718cfc64" sha1="c3c84137f0835406dc7de44feb1ed3202f053379" offset="00000" status="baddump" />
</dataarea>
@@ -63408,6 +63445,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="hunt (unl).chr" size="8192" crc="63c2fe44" sha1="00ab2a30c9325334be5152a7523a63f6c3e4bed8" offset="00000" status="baddump" />
</dataarea>
@@ -63803,6 +63841,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="hit mouse (unl).chr" size="8192" crc="1563167d" sha1="85538c6ec7c839f7713cade252ece15a3161e3bd" offset="00000" status="baddump" />
</dataarea>
@@ -64053,6 +64092,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="chr" size="32768">
<rom name="aladdin 3 (1995)(-)(as)[p].chr" size="32768" crc="672382b6" sha1="83d02df46713aa83f83b8961499b4bc26d96ec2f" offset="00000" status="baddump" />
</dataarea>
@@ -64287,6 +64327,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="beat n box (k).prg" size="32768" crc="50ebcec5" sha1="119d09dc4f669bf2fbe197ccd52152edbe7a064b" offset="00000" status="baddump" />
</dataarea>
@@ -64604,6 +64645,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="uxrom" />
<feature name="pcb" value="NES-UNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="prg" size="131072">
<rom name="33 songs dance and karaoke (with eng and chi subtitle) (c).prg" size="131072" crc="ed4984e0" sha1="da99ecd707a1d67ecbbbcdc7b7790d12d26d1cb4" offset="00000" status="baddump" />
</dataarea>
@@ -64888,6 +64930,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<publisher>JungleTac</publisher>
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="prg" size="32768">
<rom name="elfland.prg" size="32768" crc="806b719f" sha1="c6da7ca46dbf230ab14324f16d83190143eae9bc" status="baddump" />
</dataarea>
@@ -65150,13 +65193,16 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
</part>
</software>
- <software name="golden">
+ <software name="goldktv">
<description>Golden KTV (Asia)</description>
<year>19??</year>
<publisher>&lt;unknown&gt;</publisher>
+ <info name="alt_title" value="金曲KTV"/>
<part name="cart" interface="nes_cart">
<feature name="slot" value="uxrom" />
<feature name="pcb" value="NES-UNROM" />
+ <feature name="mirroring" value="horizontal" />
+ <feature name="bus_conflict" value="no" />
<dataarea name="prg" size="1048576">
<rom name="golden ktv (as).prg" size="1048576" crc="ac7b0742" sha1="a9b6fff5f24e1792af432e2b9c8582a5d31b964d" offset="00000" status="baddump" />
</dataarea>
@@ -65345,6 +65391,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="chr" size="32768">
<rom name="harry potter (shooting game) (unl).chr" size="32768" crc="db346956" sha1="f6be9548433b63f1fda0fb17ed5d26a79d2fa22d" offset="00000" status="baddump" />
</dataarea>
@@ -65361,6 +65408,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="chr" size="32768">
<rom name="harry tour (unl).chr" size="32768" crc="570e40fc" sha1="b119214a6f9c89bbee3f758f88fcaeca5f36c3f7" offset="00000" status="baddump" />
</dataarea>
@@ -66199,6 +66247,7 @@ We don't include these hacks because they were not burned into real carts nor so
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="chr" size="32768">
<rom name="sea of dreamland (unknown) (unl).chr" size="32768" crc="ca8b10bb" sha1="de9763be3d966bd87ca32d9e35a00cee35202081" offset="00000" status="baddump" />
</dataarea>
@@ -66537,6 +66586,7 @@ We don't include these hacks because they were not burned into real carts nor so
<part name="cart" interface="nes_cart">
<feature name="slot" value="uxrom" />
<feature name="pcb" value="NES-UNROM" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="81920">
<rom name="super mario funky disk.prg" size="81920" crc="ba0a2691" sha1="10f79a30d7069027f268ffba629dcdb6268452e3" offset="00000" status="baddump" />
</dataarea>
@@ -66632,15 +66682,15 @@ We don't include these hacks because they were not burned into real carts nor so
</software>
<software name="smaruo">
- <description>Super Maruo (Jpn)</description>
+ <description>Super Maruo (Japan)</description>
<year>1986</year>
<publisher>&lt;unknown&gt;</publisher>
<info name="alt_title" value="スーパーマルオ"/>
<part name="cart" interface="nes_cart">
- <feature name="slot" value="cnrom" />
- <feature name="pcb" value="NES-CNROM" />
- <dataarea name="chr" size="16384">
- <rom name="super maruo.chr" size="16384" crc="5e3e5461" sha1="9d8eccd82987c090cb5924bf73fc67d4cd2b8452" offset="00000" status="baddump" />
+ <feature name="slot" value="nrom" />
+ <feature name="mirroring" value="vertical" />
+ <dataarea name="chr" size="8192">
+ <rom name="super maruo.chr" size="8192" crc="5dcb7b91" sha1="29b60339c700c9180465ab767932828dbfca6827" offset="00000" status="baddump" />
</dataarea>
<dataarea name="prg" size="32768">
<rom name="super maruo.prg" size="32768" crc="778bcd22" sha1="e5b851f1cb3dc76d824ab69af988e35907be80b8" offset="00000" status="baddump" />
@@ -67398,6 +67448,7 @@ from the NEStopia source, hence they would require confirmation. -->
<part name="cart" interface="nes_cart">
<feature name="slot" value="bnrom" />
<feature name="pcb" value="NES-BNROM" />
+ <feature name="mirroring" value="horizontal" />
<feature name="bus_conflict" value="no" />
<dataarea name="prg" size="262144">
<rom name="dance xtreme - prima (unl).prg" size="262144" crc="2537b3e6" sha1="e634f17660ee95a5cb968c9aa7a93034ae55ac89" offset="00000" status="baddump" />
@@ -67490,6 +67541,7 @@ from the NEStopia source, hence they would require confirmation. -->
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="chr" size="32768">
<rom name="dian shi ma li (c).chr" size="32768" crc="b291dc5d" sha1="24ff7da947aeeb4ac55d5d5eb85d8b3c8b45d7a8" offset="00000" status="baddump" />
</dataarea>
@@ -67506,6 +67558,7 @@ from the NEStopia source, hence they would require confirmation. -->
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="chr" size="32768">
<rom name="dian shi ma li (ch).chr" size="32768" crc="b291dc5d" sha1="24ff7da947aeeb4ac55d5d5eb85d8b3c8b45d7a8" offset="00000" status="baddump" />
</dataarea>
@@ -67605,6 +67658,7 @@ from the NEStopia source, hence they would require confirmation. -->
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="duck (unl).chr" size="8192" crc="33497ea7" sha1="bcfdfb43a8bc929ac2805fea17a7bb0412b46e6b" offset="00000" status="baddump" />
</dataarea>
@@ -67638,6 +67692,7 @@ from the NEStopia source, hence they would require confirmation. -->
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="fire dragon (gamtec).chr" size="8192" crc="5a8333be" sha1="12059e6cb65347b9370e7a1e900b64793ad56db0" offset="00000" status="baddump" />
</dataarea>
@@ -67655,6 +67710,7 @@ from the NEStopia source, hence they would require confirmation. -->
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="fire dragon (unl).chr" size="8192" crc="07cc6c8b" sha1="367e6c8ec997fda1f8d2a18d0565368b8bb0b308" offset="00000" status="baddump" />
</dataarea>
@@ -68073,6 +68129,7 @@ All musics were removed in this game.
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="chr" size="32768">
<rom name="magic carpet 1001 (unl).chr" size="32768" crc="50ae56cb" sha1="f570a71a34a7f0697cef72dc7a94a56f295ee7bd" offset="00000" status="baddump" />
</dataarea>
@@ -68089,6 +68146,7 @@ All musics were removed in this game.
<info name="alt_title" value="La Alfombra Magica (on the cart label)"/>
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="chr" size="32768">
<rom name="alfombra magica, la (spain) (rev 1) (gluk video).chr" size="32768" crc="c2901a91" sha1="28f22d6fdc90c0f23da5e4744981ccd3be9cb85b" offset="00000" status="baddump" />
</dataarea>
@@ -68106,6 +68164,7 @@ All musics were removed in this game.
<info name="alt_title" value="La Alfombra Magica (on the cart label)"/>
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="chr" size="32768">
<rom name="alfombra magica, la (spain) (rev 1) (gluk video) (unl).chr" size="32768" crc="39a920c1" sha1="3dbbfa0be006b8b60aaa7ef81356665c27a6d56e" offset="00000" status="baddump" />
</dataarea>
@@ -68176,6 +68235,7 @@ All musics were removed in this game.
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<feature name="bus_conflict" value="no" />
<dataarea name="chr" size="16384">
<rom name="missile tank with 6 enemies (ch).chr" size="16384" crc="1c370fa6" sha1="2b14e218060bebe5d4eeaf480394104f97ce0ad1" offset="00000" status="baddump" />
@@ -68194,6 +68254,7 @@ All musics were removed in this game.
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="tank 1990 (ch).chr" size="8192" crc="5e49fac7" sha1="82c237ab2155c5d41701c556184199d6a66606a3" offset="00000" status="baddump" />
</dataarea>
@@ -68260,6 +68321,7 @@ All musics were removed in this game.
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="night arrow (199x)(-)(as)[p].chr" size="8192" crc="ddd0da22" sha1="eba65880991b00ca25ed84b52285b675fd385ec5" offset="00000" status="baddump" />
</dataarea>
@@ -68379,6 +68441,7 @@ All musics were removed in this game.
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="32768">
<rom name="puzzle (unl).chr" size="32768" crc="56a87ab8" sha1="9d9dbf52379eb374021dbbf294a622f9a16dfc68" offset="00000" status="baddump" />
</dataarea>
@@ -68704,6 +68767,7 @@ All musics were removed in this game.
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="32768">
<rom name="space boy (unl).chr" size="32768" crc="41954047" sha1="4319dc983f8152fd483f199664ccafcba9883cc6" offset="00000" status="baddump" />
</dataarea>
@@ -68720,6 +68784,7 @@ All musics were removed in this game.
<part name="cart" interface="nes_cart">
<feature name="slot" value="uxrom" />
<feature name="pcb" value="NES-UNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="prg" size="32768">
<rom name="square force (unl).prg" size="32768" crc="3c43939d" sha1="d326485501ac08b5c3815bfd8dff3979c97556c6" offset="00000" status="baddump" />
</dataarea>
@@ -68991,6 +69056,7 @@ All musics were removed in this game.
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="chr" size="8192">
<rom name="xiao ma li (ch) [f1].chr" size="8192" crc="fd3b532d" sha1="cc8ece57b0bb37dd686fbed5823e265e38eaff6a" offset="00000" status="baddump" />
</dataarea>
@@ -69093,6 +69159,7 @@ All musics were removed in this game.
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="zhong guo xiang qi (chinese chess) (ch).chr" size="8192" crc="6e4cacb2" sha1="1280a36e5a66afba670ca8c000037d9628182144" offset="00000" status="baddump" />
</dataarea>
@@ -69110,6 +69177,7 @@ All musics were removed in this game.
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="zhong guo xiang qi (unl) [a1].chr" size="8192" crc="6e4cacb2" sha1="1280a36e5a66afba670ca8c000037d9628182144" offset="00000" status="baddump" />
</dataarea>
@@ -69341,7 +69409,6 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="ks7030" />
<feature name="pcb" value="KAISER-KS7030" />
- <feature name="mirroring" value="vertical" />
<dataarea name="prg" size="131072">
<rom name="ks127" size="131072" crc="1d244a42" sha1="b2a4e4bf31c8d9401c9d706a5bebfd0359d22efc" />
</dataarea>
@@ -69977,6 +70044,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="09034a" />
<feature name="pcb" value="UNL-SMB2J" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="49152">
<rom name="zanac (kaiser) (fds conversion) (unl).prg0" size="32768" crc="e485c52f" sha1="257dffd53691b70b26bd2b6770dd7ca38f2b917a" offset="0x0000" status="baddump" />
<rom name="zanac (kaiser) (fds conversion) (unl).prg1" size="16384" crc="bedba7cc" sha1="8d759c768b7e93ca852f107f4ce48c2c979fd618" offset="0x8000" status="baddump" />
@@ -69994,6 +70062,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="ks7012" />
<feature name="pcb" value="UNL-KS7012" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="65536">
<rom name="zanac (kaiser) (fds conversion) (unl).prg" size="65536" crc="e912ce65" sha1="a92278c445cf02c88652a608327a48f59fe83979" offset="00000" status="baddump" />
</dataarea>
@@ -70053,6 +70122,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="ice climber (j) (fds conversion).prg" size="32768" crc="d8ec6353" sha1="7409b32043a0d23b5b44b96f14214bef5ba4d9ca" offset="00000" status="baddump" />
</dataarea>
@@ -70069,6 +70139,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="ice hockey (j) (fds conversion).chr" size="8192" crc="f10fc90a" sha1="1a2a657267de1f5bdf284d1b69ed7d4895dfb281" offset="00000" status="baddump" />
</dataarea>
@@ -70085,6 +70156,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="othello (j) (fds conversion).chr" size="8192" crc="2f7856c8" sha1="4b48c4f4782ab8e13cba6073e3c7e19f51017774" offset="00000" status="baddump" />
</dataarea>
@@ -70101,6 +70173,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="16384">
<rom name="smash ping pong (j) (fds conversion).chr" size="16384" crc="185c816a" sha1="c55adc799a251c4428ebcc9b7c3b31772c7d845f" offset="00000" status="baddump" />
</dataarea>
@@ -70117,6 +70190,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="soccer (j) (fds conversion).chr" size="8192" crc="307b19ab" sha1="b35ef4c2cf071db77cec1b4529b43a20cfcce172" offset="00000" status="baddump" />
</dataarea>
@@ -70133,6 +70207,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="super mario bros. (j) (fds conversion).chr" size="8192" crc="867b51ad" sha1="394badaf0b0bdd0ea279a1bca89a9d9ddc00b1b5" offset="00000" status="baddump" />
</dataarea>
@@ -70149,6 +70224,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="super mario bros. 2 (j) (fds conversion).chr" size="8192" crc="f9fe2697" sha1="f5ec342a44c909d99d46ae311a4b77ed00e645eb" offset="00000" status="baddump" />
</dataarea>
@@ -70184,6 +70260,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="twinbee (j) (fds conversion).prg" size="32768" crc="0287b7b1" sha1="195e999af74002ee39778664ceb2249479e5ae34" offset="00000" status="baddump" />
</dataarea>
@@ -70200,6 +70277,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="volleyball (j) (fds conversion).chr" size="8192" crc="213e3193" sha1="52a477bac8c35ef1c38872070ed11beba0d64025" offset="00000" status="baddump" />
</dataarea>
@@ -70414,6 +70492,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="32768">
<rom name="aso - armored scrum object (1987)(fmg)(jp)[p].chr" size="32768" crc="e09fbb70" sha1="5983e71d1036cfc56ad1dd3f71af0f8cc02e09c7" offset="00000" status="baddump" />
</dataarea>
@@ -71106,6 +71185,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="othello (1987)(fmg)(jp)[p].chr" size="8192" crc="2f7856c8" sha1="4b48c4f4782ab8e13cba6073e3c7e19f51017774" offset="00000" status="baddump" />
</dataarea>
@@ -71628,6 +71708,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<part name="cart" interface="nes_cart">
<feature name="slot" value="uxrom" />
<feature name="pcb" value="NES-UNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="prg" size="131072">
<rom name="law of the west (1987)(fmg)(jp)[p].prg" size="131072" crc="a7d227ef" sha1="8ac3c587f66a309f26ec8ff8652a0d6826467d6b" offset="00000" status="baddump" />
</dataarea>
@@ -73238,6 +73319,7 @@ Also notice that VRAM, WRAM & mirror are probably incorrect for some of these se
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<feature name="peripheral" value="subor_keyboard" />
<dataarea name="chr" size="8192">
<rom name="fc basic (7in1).chr" size="8192" crc="754f210a" sha1="49fd422ad8a4a7054a3336cb88849ffd50ad9b03" offset="00000" status="baddump" />
@@ -73971,6 +74053,7 @@ Subor v15.0 (this shows Windows 2002 on the title screen)
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="arkanoid (r).chr" size="8192" crc="f1f17755" sha1="e4142511b79fae6c49d9494384a49952826d2752" offset="00000" status="baddump" />
</dataarea>
@@ -74140,6 +74223,7 @@ Subor v15.0 (this shows Windows 2002 on the title screen)
<part name="cart" interface="nes_cart">
<feature name="slot" value="uxrom" />
<feature name="pcb" value="NES-UNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="prg" size="131072">
<rom name="jimmy connor's tennis (r).prg" size="131072" crc="af2a79dc" sha1="300d617b0c7a516784908dc2f3d72ae1f1f432ff" offset="00000" status="baddump" />
</dataarea>
@@ -74323,6 +74407,7 @@ Subor v15.0 (this shows Windows 2002 on the title screen)
<part name="cart" interface="nes_cart">
<feature name="slot" value="uxrom" />
<feature name="pcb" value="NES-UNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="prg" size="131072">
<rom name="rockman (r).prg" size="131072" crc="247d9d07" sha1="1a82596cebaea89817fb1adcd8dd09c44ed67587" offset="00000" status="baddump" />
</dataarea>
@@ -74356,6 +74441,7 @@ Subor v15.0 (this shows Windows 2002 on the title screen)
<part name="cart" interface="nes_cart">
<feature name="slot" value="uxrom" />
<feature name="pcb" value="NES-UNROM" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="131072">
<rom name="billiard (side pocket)(r)[new].prg" size="131072" crc="e08da155" sha1="c3b2d5aa707722eeec010d8b203afb415f380e37" offset="00000" status="baddump" />
</dataarea>
@@ -74427,6 +74513,7 @@ Games by A.Tchudov (from Ulyanovsk)
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="pole tchudes (russian).chr" size="8192" crc="8a9df862" sha1="1b275c294797f8aaaa6be9296713cce2f353e29a" offset="00000" status="baddump" />
</dataarea>
@@ -74443,6 +74530,7 @@ Games by A.Tchudov (from Ulyanovsk)
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="ugadayka (russian).chr" size="8192" crc="2ced761d" sha1="939a257a491f737a4e1da639470ac3c3756c01b4" offset="00000" status="baddump" />
</dataarea>
@@ -74459,6 +74547,7 @@ Games by A.Tchudov (from Ulyanovsk)
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="pravila doroznogo dvizenija (russian).prg" size="32768" crc="2af8332a" sha1="e6ec5a626cac4dedfefdb5406dcacbf960d7b7b5" offset="00000" status="baddump" />
</dataarea>
@@ -74509,6 +74598,7 @@ Games by A.Tchudov (from Ulyanovsk)
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="balda (rusian).chr" size="8192" crc="5a222bd6" sha1="01f30421c7e1eba1ad3b21dc7b5049708ba23cdd" offset="00000" status="baddump" />
</dataarea>
@@ -74525,6 +74615,7 @@ Games by A.Tchudov (from Ulyanovsk)
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="pole tchudes 2 (russian).chr" size="8192" crc="a8a7b36d" sha1="20b4c4e06f1bd501db7f5fd12f5f08f34c3a0604" offset="00000" status="baddump" />
</dataarea>
@@ -74541,6 +74632,7 @@ Games by A.Tchudov (from Ulyanovsk)
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="puteshestvie po europe (russian).prg" size="32768" crc="df343384" sha1="894bd6be70ced0181dcfebcdbc1230486b002a68" offset="00000" status="baddump" />
</dataarea>
@@ -74557,6 +74649,7 @@ Games by A.Tchudov (from Ulyanovsk)
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="warehouse no. 18 (unl) (russian).chr" size="8192" crc="7e398318" sha1="fdf99e04eefd25a5a8f0bdd3f77c53d51003220e" offset="00000" status="baddump" />
</dataarea>
@@ -74575,6 +74668,7 @@ Games by A.Tchudov (from Ulyanovsk)
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="fortuna (r).chr" size="8192" crc="57c2c888" sha1="404d1e017abb2f6733b9bf224ae8dd9751cb5fc7" offset="00000" status="baddump" />
</dataarea>
@@ -74770,12 +74864,13 @@ Other
</software>
<software name="lines">
- <description>Lines (Rus)</description>
- <year>19??</year>
+ <description>Lines (Russia)</description>
+ <year>1998</year>
<publisher>&lt;unknown&gt;</publisher>
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="lines (r).chr" size="8192" crc="d6aa921f" sha1="50c9c3c12cea560319bf367d6e629a6a4bfeb498" offset="00000" status="baddump" />
</dataarea>
@@ -74901,6 +74996,7 @@ Other
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="super tv test ver. 4.12 (r).prg" size="32768" crc="9f48d524" sha1="da864d0cdc825a03ffc44736348e6b3c5bfdea71" offset="00000" status="baddump" />
</dataarea>
@@ -74994,6 +75090,7 @@ Other
<part name="cart" interface="nes_cart">
<feature name="slot" value="uxrom" />
<feature name="pcb" value="NES-UNROM" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="131072">
<rom name="1944 [p1].prg" size="131072" crc="85d3f785" sha1="67d2f904617ca384109921e22a447b726623d0b9" offset="00000" status="baddump" />
</dataarea>
@@ -75334,6 +75431,7 @@ Other
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-128" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="chr" size="8192">
<rom name="conqueror (e)(circus charlie hack)(dump by maxzhou88).chr" size="8192" crc="035a7dcc" sha1="e421ec6de0e9c1c7252c7f331333f2ede444781e" offset="00000" status="baddump" />
</dataarea>
@@ -75530,6 +75628,7 @@ Other
<part name="cart" interface="nes_cart">
<feature name="slot" value="cnrom" />
<feature name="pcb" value="NES-CNROM" />
+ <feature name="mirroring" value="horizontal" />
<feature name="bus_conflict" value="no" />
<dataarea name="chr" size="32768">
<rom name="fifa 99 (unl).chr" size="32768" crc="23c89fb4" sha1="a2190a8f5b965a1ed9aed98a584ec14704ba76d0" offset="00000" status="baddump" />
@@ -75713,6 +75812,7 @@ Other
<part name="cart" interface="nes_cart">
<feature name="slot" value="uxrom" />
<feature name="pcb" value="NES-UNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="prg" size="131072">
<rom name="jimmy connor's tennis (u) [p1].prg" size="131072" crc="acd7ff75" sha1="947dea82336fffbc158f2975891c8fac556370ab" offset="00000" status="baddump" />
</dataarea>
@@ -75961,6 +76061,7 @@ Other
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="chr" size="8192">
<rom name="mach rider (ju)[p1].chr" size="8192" crc="6edb2166" sha1="540b1d509bdda4a81bfc3c8ac68ff267b5d49a18" offset="00000" status="baddump" />
</dataarea>
@@ -76217,6 +76318,7 @@ Other
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="poke tetris (unl) [bad rom].chr" size="8192" crc="78320809" sha1="262c9b8199a2dbce3d656577c3ce793d749fc36c" offset="00000" status="baddump" />
</dataarea>
@@ -77501,6 +77603,7 @@ Other
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="wrecking crew (jue)[p1].chr" size="8192" crc="da0e37fe" sha1="9dce1ba6896bee62bcff0f927cffa22748da62d3" offset="00000" status="baddump" />
</dataarea>
@@ -80082,6 +80185,7 @@ be better to redump them properly. -->
<publisher>RetroZone</publisher>
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="xmas08demo.prg" size="32768" crc="3ae2a150" sha1="5ce021bebb9049604434af45d6c397e6dd7b84c4" status="baddump" />
</dataarea>
@@ -80097,6 +80201,7 @@ be better to redump them properly. -->
<publisher>RetroZone</publisher>
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="xmas09demo.prg" size="32768" crc="851cea10" sha1="88ed2741e88144eda26366985d216f27629cf3f8" status="baddump" />
</dataarea>
@@ -80128,6 +80233,7 @@ be better to redump them properly. -->
<publisher>RetroZone</publisher>
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="32768">
<rom name="xmas11demo.prg" size="32768" crc="d0d0c932" sha1="067bbd99c5f9ccaf66ef484e024b9c98e4893d6d" status="baddump" />
</dataarea>
@@ -80581,6 +80687,7 @@ be better to redump them properly. -->
<part name="cart" interface="nes_cart">
<feature name="slot" value="uxrom" />
<feature name="pcb_model" value="INL-XO-ROM" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="prg" size="2097152">
<rom name="polygondwanaland.prg" size="2097152" crc="2e86704d" sha1="bd934d2981fa00ca44d5af0023b14c60c7b4b0c4" />
</dataarea>
@@ -84585,6 +84692,7 @@ be better to redump them properly. -->
<part name="cart" interface="nes_cart">
<feature name="slot" value="uxrom" />
<feature name="pcb" value="NES-UNROM" />
+ <feature name="mirroring" value="vertical" />
<dataarea name="prg" size="131072">
<rom name="8 in 1 little mermaid, the (u).prg" size="131072" crc="810d0132" sha1="b9f9fefa90c4de7a8762eebef4ef798716ad94bd" offset="00000" status="baddump" />
</dataarea>
@@ -86606,6 +86714,7 @@ that the real dumps might surface -->
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="kc best.chr" size="8192" crc="de20d168" sha1="da575b09dd609eeec95e4ce92e1511c12769fbd0" offset="00000" status="baddump" />
</dataarea>
@@ -86622,6 +86731,7 @@ that the real dumps might surface -->
<part name="cart" interface="nes_cart">
<feature name="slot" value="nrom" />
<feature name="pcb" value="NES-NROM-256" />
+ <feature name="mirroring" value="horizontal" />
<dataarea name="chr" size="8192">
<rom name="hm-final4.chr" size="8192" crc="c8d9596f" sha1="1f1ea929f3323522d65ff1613c724c30ed32e35b" offset="00000" status="baddump" />
</dataarea>
diff --git a/src/devices/machine/pcf8593.cpp b/src/devices/machine/pcf8593.cpp
index b2ed3a49272..cc2e372d4b8 100644
--- a/src/devices/machine/pcf8593.cpp
+++ b/src/devices/machine/pcf8593.cpp
@@ -77,7 +77,7 @@ void pcf8593_device::device_reset()
m_pin_scl = 1;
m_pin_sda = 1;
m_active = false;
- m_inp = 0;
+ m_inp = 0; // FIXME: sda should default 1 not 0.
m_mode = RTC_MODE_RECV;
m_bits = 0;
m_pos = 0;
@@ -161,6 +161,10 @@ bool pcf8593_device::nvram_write(util::write_stream &file)
WRITE_LINE_MEMBER(pcf8593_device::scl_w)
{
// send bit
+ // FIXME: Processing on the rising edge of the clock causes sda output to
+ // change while clock is high. This is not allowed.
+ // All received data is currently acknowledge, need to add checks for
+ // valid device-id and ACK/NAK as required.
if ((m_active) && (!m_pin_scl) && (state))
{
switch (m_mode)
diff --git a/src/devices/machine/x76f041.cpp b/src/devices/machine/x76f041.cpp
index 01a858df8e5..74b15449f3b 100644
--- a/src/devices/machine/x76f041.cpp
+++ b/src/devices/machine/x76f041.cpp
@@ -362,6 +362,9 @@ WRITE_LINE_MEMBER( x76f041_device::write_scl )
case STATE_RESET_READ_PASSWORD:
case STATE_MASS_PROGRAM:
case STATE_MASS_ERASE:
+ // FIXME: Processing on the rising edge of the clock causes sda to change state while clock is high
+ // which is not allowed. Also need to ensure that only valid device-id's and commands
+ // are acknowledged.
if( m_scl == 0 && state != 0 )
{
if( m_bit < 8 )
@@ -592,6 +595,8 @@ WRITE_LINE_MEMBER( x76f041_device::write_scl )
case STATE_READ_DATA:
case STATE_READ_CONFIGURATION_REGISTERS:
+ // FIXME: Processing on the rising edge of the clock causes sda to change state while clock is high
+ // which is not allowed.
if( m_scl == 0 && state != 0 )
{
if( m_bit < 8 )
diff --git a/src/devices/machine/x76f100.cpp b/src/devices/machine/x76f100.cpp
index dde7cf95161..320ab833549 100644
--- a/src/devices/machine/x76f100.cpp
+++ b/src/devices/machine/x76f100.cpp
@@ -220,6 +220,9 @@ WRITE_LINE_MEMBER( x76f100_device::write_scl )
case STATE_LOAD_PASSWORD:
case STATE_VERIFY_PASSWORD:
case STATE_WRITE_DATA:
+ // FIXME: Processing on the rising edge of the clock causes sda to change state while clock is high
+ // which is not allowed. Also need to ensure that only valid device-id's and commands
+ // are acknowledged.
if( m_scl == 0 && state != 0 )
{
if( m_bit < 8 )
@@ -341,6 +344,8 @@ WRITE_LINE_MEMBER( x76f100_device::write_scl )
break;
case STATE_READ_DATA:
+ // FIXME: Processing on the rising edge of the clock causes sda to change state while clock is high
+ // which is not allowed.
if( m_scl == 0 && state != 0 )
{
if( m_bit < 8 )
diff --git a/src/devices/machine/z80scc.cpp b/src/devices/machine/z80scc.cpp
index d82ebd1bf91..731571602d6 100644
--- a/src/devices/machine/z80scc.cpp
+++ b/src/devices/machine/z80scc.cpp
@@ -2287,7 +2287,7 @@ void z80scc_channel::do_sccreg_wr15(uint8_t data)
LOG("Tx underr./EOM ints: %s\n", data & WR15_TX_EOM ? WR15NO : "disabled");
LOG("Break/Abort ints : %s\n", data & WR15_BREAK_ABORT ? WR15NO : "disabled");
- const bool old_reg = m_wr15;
+ const uint8_t old_reg = m_wr15;
m_wr15 = data;
if ((old_reg & WR15_ZEROCOUNT) != (m_wr15 & WR15_ZEROCOUNT))
{
diff --git a/src/devices/sound/mas3507d.cpp b/src/devices/sound/mas3507d.cpp
index 23693bfa641..eb156ec63b7 100644
--- a/src/devices/sound/mas3507d.cpp
+++ b/src/devices/sound/mas3507d.cpp
@@ -131,7 +131,8 @@ void mas3507d_device::i2c_scl_w(bool line)
if(line == i2c_scli)
return;
i2c_scli = line;
-
+ // FIXME: sda output should only change state when clock is low.
+ // On wrong device-id ensure sda is left high (Think it's OK but not certain)
if(i2c_scli) {
if(i2c_bus_state == STARTED) {
if(i2c_sdai)
diff --git a/src/lib/formats/fsmeta.cpp b/src/lib/formats/fsmeta.cpp
index 41ac767cd11..0e9b51094f0 100644
--- a/src/lib/formats/fsmeta.cpp
+++ b/src/lib/formats/fsmeta.cpp
@@ -34,48 +34,37 @@ const char *meta_data::entry_name(meta_name name)
return "";
}
-template<class... Ts> struct overloaded : Ts... { using Ts::operator()...; };
-template<class... Ts> overloaded(Ts...)->overloaded<Ts...>;
+template <class... Ts> struct overloaded : Ts... { using Ts::operator()...; };
+template <class... Ts> overloaded(Ts...) -> overloaded<Ts...>;
meta_type meta_value::type() const
{
std::optional<meta_type> result;
- std::visit(overloaded
- {
- [&result](const std::string &) { result = meta_type::string; },
- [&result](std::uint64_t) { result = meta_type::number; },
- [&result](bool) { result = meta_type::flag; },
- [&result](const util::arbitrary_datetime &) { result = meta_type::date; }
- }, value);
+ std::visit(
+ overloaded{
+ [&result] (const std::string &) { result = meta_type::string; },
+ [&result] (std::uint64_t) { result = meta_type::number; },
+ [&result] (bool) { result = meta_type::flag; },
+ [&result] (const util::arbitrary_datetime &) { result = meta_type::date; } },
+ value);
return *result;
}
std::string meta_value::to_string() const
{
std::string result;
-
- switch (type())
- {
- case meta_type::string:
- result = as_string();
- break;
- case meta_type::number:
- result = util::string_format("0x%x", as_number());
- break;
- case meta_type::flag:
- result = as_flag() ? "t" : "f";
- break;
- case meta_type::date:
- {
- auto dt = as_date();
- result = util::string_format("%04d-%02d-%02d %02d:%02d:%02d",
- dt.year, dt.month, dt.day_of_month,
- dt.hour, dt.minute, dt.second);
- }
- break;
- default:
- throw false;
- }
+ std::visit(
+ overloaded{
+ [&result] (const std::string &val) { result = val; },
+ [&result] (std::uint64_t val) { result = util::string_format("0x%x", val); },
+ [&result] (bool val) { result = val ? "t" : "f"; },
+ [&result] (const util::arbitrary_datetime &val)
+ {
+ result = util::string_format("%04d-%02d-%02d %02d:%02d:%02d",
+ val.year, val.month, val.day_of_month,
+ val.hour, val.minute, val.second);
+ } },
+ value);
return result;
}
diff --git a/src/lib/formats/fsmeta.h b/src/lib/formats/fsmeta.h
index 472fc61b762..e0177f74a8b 100644
--- a/src/lib/formats/fsmeta.h
+++ b/src/lib/formats/fsmeta.h
@@ -103,10 +103,11 @@ struct meta_description {
meta_name m_name;
meta_value m_default;
bool m_ro;
- std::function<void(const meta_value &)> m_validator;
+ std::function<void (const meta_value &)> m_validator;
const char *m_tooltip;
- template<typename T> meta_description(meta_name name, T def, bool ro, std::function<void(meta_value)> validator, const char *tooltip) :
+ template <typename T>
+ meta_description(meta_name name, T def, bool ro, std::function<void(meta_value)> validator, const char *tooltip) :
meta_description(name, meta_value(def), ro, std::move(validator), tooltip)
{}
diff --git a/src/mame/drivers/4enlinea.cpp b/src/mame/drivers/4enlinea.cpp
index 2c3e3565401..af3f9789077 100644
--- a/src/mame/drivers/4enlinea.cpp
+++ b/src/mame/drivers/4enlinea.cpp
@@ -180,6 +180,7 @@
Known games on this or similar hardware:
- [DUMPED] 4 en Línea (Compumatic)
+ - [DUMPED] Dardos (Oper Coin)
- [DUMPED] Olympic Darts (K7 Kursaal. At least three different hardware revisions)
- [DUMPED] Sport Darts TV (Compumatic / Desarrollos y Recambios S.L.)
- [MISSING] Dart Queen (Compumatic / Daryde)
@@ -701,13 +702,11 @@ ROM_START( 4enlineb )
ROM_END
/*
- Unknown darts game.
+ Dardos
Oper Coin. 1991.
-
Running in 487 System I.
-
*/
-ROM_START( unkdarts )
+ROM_START( dardos )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "diana_iv_video_27-1-92.bin", 0x0000, 0x8000, CRC(f23b5313) SHA1(488cf9bedce7b0c7b474bd93da70181c81fa300b) )
@@ -790,9 +789,9 @@ ROM_END
***********************************/
// YEAR NAME PARENT MACHINE INPUT CLASS INIT ROT COMPANY FULLNAME FLAGS
-GAME( 1991, 4enlinea, 0, _4enlinea, 4enlinea, _4enlinea_state, empty_init, ROT0, "Compumatic / CIC Play", "Cuatro en Linea (rev. A-07)", MACHINE_NOT_WORKING )
-GAME( 1991, 4enlineb, 4enlinea, _4enlinea, 4enlinea, _4enlinea_state, empty_init, ROT0, "Compumatic / CIC Play", "Cuatro en Linea (rev. A-06)", MACHINE_NOT_WORKING )
-GAME( 1992, unkdarts, 0, _4enlinea, 4enlinea, _4enlinea_state, empty_init, ROT0, "Oper Coin", "unknown darts game (487 System I)", MACHINE_NOT_WORKING )
-GAME( 1994, k7_olym, 0, k7_olym, k7_olym, _4enlinea_state, empty_init, ROT0, "K7 Kursaal / NMI Electronics", "Olympic Darts K7 (v3.11)", MACHINE_NOT_WORKING | MACHINE_MECHANICAL )
-GAME( 1994, k7_olym30, k7_olym, k7_olym, k7_olym, _4enlinea_state, empty_init, ROT0, "K7 Kursaal / NMI Electronics", "Olympic Darts K7 (v3.00)", MACHINE_NOT_WORKING | MACHINE_MECHANICAL )
-GAME( 1993, sprtdart, 0, k7_olym, k7_olym, _4enlinea_state, empty_init, ROT0, "Compumatic / Desarrollos y Recambios S.L.", "Sport Darts T.V.", MACHINE_NOT_WORKING | MACHINE_MECHANICAL )
+GAME( 1991, 4enlinea, 0, _4enlinea, 4enlinea, _4enlinea_state, empty_init, ROT0, "Compumatic / CIC Play", "Cuatro en Linea (rev. A-07)", MACHINE_NOT_WORKING )
+GAME( 1991, 4enlineb, 4enlinea, _4enlinea, 4enlinea, _4enlinea_state, empty_init, ROT0, "Compumatic / CIC Play", "Cuatro en Linea (rev. A-06)", MACHINE_NOT_WORKING )
+GAME( 1992, dardos, 0, _4enlinea, 4enlinea, _4enlinea_state, empty_init, ROT0, "Oper Coin", "Dardos", MACHINE_NOT_WORKING | MACHINE_MECHANICAL )
+GAME( 1994, k7_olym, 0, k7_olym, k7_olym, _4enlinea_state, empty_init, ROT0, "K7 Kursaal / NMI Electronics", "Olympic Darts K7 (v3.11)", MACHINE_NOT_WORKING | MACHINE_MECHANICAL )
+GAME( 1994, k7_olym30, k7_olym, k7_olym, k7_olym, _4enlinea_state, empty_init, ROT0, "K7 Kursaal / NMI Electronics", "Olympic Darts K7 (v3.00)", MACHINE_NOT_WORKING | MACHINE_MECHANICAL )
+GAME( 1993, sprtdart, 0, k7_olym, k7_olym, _4enlinea_state, empty_init, ROT0, "Compumatic / Desarrollos y Recambios S.L.", "Sport Darts T.V.", MACHINE_NOT_WORKING | MACHINE_MECHANICAL )
diff --git a/src/mame/drivers/pgm.cpp b/src/mame/drivers/pgm.cpp
index 193399634f7..457758731e0 100644
--- a/src/mame/drivers/pgm.cpp
+++ b/src/mame/drivers/pgm.cpp
@@ -2956,6 +2956,37 @@ ROM_START( kov2103 )
ROM_LOAD( "pgm_m1200.u3", 0x800000, 0x800000, CRC(b0d88720) SHA1(44ab137e3f8e15b7cb5697ffbd9b1143d8210c4f) )
ROM_END
+ROM_START( kov21022 )
+ ROM_REGION( 0x600000, "maincpu", 0 ) /* 68000 Code */
+ PGM_68K_BIOS
+ ROM_LOAD16_WORD_SWAP( "v102_u18.u18", 0x100000, 0x400000, CRC(a2489c37) SHA1(77ea7cdec211848296dafd45bee1d042133ea2a6) ) // 12/14/00 10:33:36 V102
+
+ ROM_REGION( 0x4000, "prot", 0 ) /* ARM protection ASIC - internal rom */
+ ROM_LOAD( "kov2_v100_hongkong.asic", 0x000000, 0x04000, CRC(e0d7679f) SHA1(e1c2d127eba4ddbeb8ad173c55b90ac1467e1ca8) )
+
+ ROM_REGION32_LE( 0x400000, "user1", 0 ) /* Protection Data (encrypted external ARM data) */
+ ROM_LOAD( "v102_u19.u19", 0x000000, 0x200000, CRC(462e2980) SHA1(3da7c3d2c65b59f50c78be1c25922b71d40f6080) )
+
+ ROM_REGION( 0xa00000, "tiles", 0 ) /* 8x8 Text Tiles + 32x32 BG Tiles */
+ PGM_VIDEO_BIOS
+ ROM_LOAD( "pgm_t1200.u27", 0x180000, 0x800000, CRC(d7e26609) SHA1(bdad810f82fcf1d50a8791bdc495374ec5a309c6) )
+
+ ROM_REGION16_LE( 0x4000000, "sprcol", 0 ) /* Sprite Colour Data */
+ ROM_LOAD( "pgm_a1200.u1", 0x0000000, 0x0800000, CRC(ceeb81d8) SHA1(5476729443fc1bc9593ae10fbf7cbc5d7290b017) )
+ ROM_LOAD( "pgm_a1201.u4", 0x0800000, 0x0800000, CRC(21063ca7) SHA1(cf561b44902425a920d5cbea5bf65dd9530b2289) )
+ ROM_LOAD( "pgm_a1202.u6", 0x1000000, 0x0800000, CRC(4bb92fae) SHA1(f0b6d72ed425de1c69dc8f8d5795ea760a4a59b0) )
+ ROM_LOAD( "pgm_a1203.u8", 0x1800000, 0x0800000, CRC(e73cb627) SHA1(4c6e48b845a5d1e8f9899010fbf273d54c2b8899) )
+ ROM_LOAD( "pgm_a1204.u10", 0x2000000, 0x0200000, CRC(14b4b5bb) SHA1(d7db5740eec971f2782fb2885ee3af8f2a796550) )
+
+ ROM_REGION16_LE( 0x1000000, "sprmask", 0 ) /* Sprite Masks + Colour Indexes */
+ ROM_LOAD( "pgm_b1200.u5", 0x0000000, 0x0800000, CRC(bed7d994) SHA1(019dfba8154256d64cd249eb0fa4c451edce34b8) )
+ ROM_LOAD( "pgm_b1201.u7", 0x0800000, 0x0800000, CRC(f251eb57) SHA1(56a5fc14ab7822f83379cecb26638e5bb266349a) )
+
+ ROM_REGION( 0x1000000, "ics", 0 ) /* Samples - (8 bit mono 11025Hz) - */
+ PGM_AUDIO_BIOS
+ ROM_LOAD( "pgm_m1200.u3", 0x800000, 0x800000, CRC(b0d88720) SHA1(44ab137e3f8e15b7cb5697ffbd9b1143d8210c4f) )
+ROM_END
+
ROM_START( kov2102 )
ROM_REGION( 0x600000, "maincpu", 0 ) /* 68000 Code */
PGM_68K_BIOS
@@ -5471,6 +5502,7 @@ GAME( 2000, kov2, pgm, pgm_arm_type2, kov2, pgm_arm_
GAME( 2000, kov2106, kov2, pgm_arm_type2, kov2, pgm_arm_type2_state, init_kov2, ROT0, "IGS", "Knights of Valour 2 / Sanguo Zhan Ji 2 / Sangoku Senki 2 (ver. 106, 102, 100HK)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // 02/27/01 13:26:46 V106 (Ext. Arm V102, Int. Arm V100HK)
GAME( 2000, kov2104, kov2, pgm_arm_type2, kov2, pgm_arm_type2_state, init_kov2, ROT0, "IGS", "Knights of Valour 2 / Sanguo Zhan Ji 2 / Sangoku Senki 2 (ver. 104, 102, 100HK)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // 01/19/01 10:19:38 V104 (Ext. Arm V102, Int. Arm V100HK)
GAME( 2000, kov2103, kov2, pgm_arm_type2, kov2, pgm_arm_type2_state, init_kov2, ROT0, "IGS", "Knights of Valour 2 / Sanguo Zhan Ji 2 / Sangoku Senki 2 (ver. 103, 101, 100HK)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // 12/28/00 15:09:31 V103 (Ext. Arm V101, Int. Arm V100HK)
+GAME( 2000, kov21022, kov2, pgm_arm_type2, kov2, pgm_arm_type2_state, init_kov2, ROT0, "IGS", "Knights of Valour 2 / Sanguo Zhan Ji 2 / Sangoku Senki 2 (ver. 102, 102, 100HK)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // 12/14/00 10:33:36 V102 (Ext. Arm V102, Int. Arm V100HK)
GAME( 2000, kov2102, kov2, pgm_arm_type2, kov2, pgm_arm_type2_state, init_kov2, ROT0, "IGS", "Knights of Valour 2 / Sanguo Zhan Ji 2 / Sangoku Senki 2 (ver. 102, 101, 100HK)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // 12/14/00 10:33:36 V102 (Ext. Arm V101, Int. Arm V100HK)
GAME( 2000, kov2101, kov2, pgm_arm_type2, kov2, pgm_arm_type2_state, init_kov2, ROT0, "IGS", "Knights of Valour 2 / Sanguo Zhan Ji 2 / Sangoku Senki 2 (ver. 101, 101, 100HK)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // 11/29/00 11:03:08 V100 (Ext. Arm V100, Int. Arm V100HK)
GAME( 2000, kov2100, kov2, pgm_arm_type2, kov2, pgm_arm_type2_state, init_kov2, ROT0, "IGS", "Knights of Valour 2 / Sanguo Zhan Ji 2 / Sangoku Senki 2 (ver. 100, 100, 100HK)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE ) // 11/29/00 11:03:08 V100 (Ext. Arm V100, Int. Arm V100HK)
diff --git a/src/mame/layout/m5hgl14.lay b/src/mame/layout/m5hgl14.lay
index 193506f6993..0d356748373 100644
--- a/src/mame/layout/m5hgl14.lay
+++ b/src/mame/layout/m5hgl14.lay
@@ -2927,1974 +2927,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_standard" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_segment" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5hiclau.lay b/src/mame/layout/m5hiclau.lay
index eb893a3ec87..91f73f96f2a 100644
--- a/src/mame/layout/m5hiclau.lay
+++ b/src/mame/layout/m5hiclau.lay
@@ -882,1974 +882,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_reel" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5hifly.lay b/src/mame/layout/m5hifly.lay
index cb2bf18a578..5e9ed1a69d1 100644
--- a/src/mame/layout/m5hifly.lay
+++ b/src/mame/layout/m5hifly.lay
@@ -3989,1974 +3989,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_standard" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_standard" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_standard" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_standard" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_standard" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_standard" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_standard" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_standard" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_standard" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_standard" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_standard" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_standard" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_standard" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_standard" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_standard" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_standard" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5hilok.lay b/src/mame/layout/m5hilok.lay
index 8617ef74450..060142beb1b 100644
--- a/src/mame/layout/m5hilok.lay
+++ b/src/mame/layout/m5hilok.lay
@@ -4501,1974 +4501,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_reel" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_reel" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_reel" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_reel" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_reel" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_standard" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_reel" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_reel" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_reel" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_reel" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_reel" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_reel" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_reel" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_reel" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_reel" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_reel" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_reel" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_reel" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_reel" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_reel" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_reel" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_button" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_button" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_button" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_standard" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_standard" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_standard" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_standard" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_standard" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_standard" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_standard" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_standard" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_standard" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_standard" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_standard" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_standard" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_standard" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_standard" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_standard" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_standard" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_standard" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_standard" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_standard" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_standard" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_standard" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_standard" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_standard" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_standard" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_standard" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_standard" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_standard" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_standard" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_standard" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_standard" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_standard" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_standard" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_standard" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_33" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="lamp73" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="lamp74" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="lamp75" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" 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"/>
</element>
diff --git a/src/mame/layout/m5hisprt.lay b/src/mame/layout/m5hisprt.lay
index 2b17d27da2a..44600acc795 100644
--- a/src/mame/layout/m5hisprt.lay
+++ b/src/mame/layout/m5hisprt.lay
@@ -4561,1974 +4561,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_standard" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_standard" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_standard" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_standard" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_standard" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_standard" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_button" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_standard" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="lamp75" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5hlsumo.lay b/src/mame/layout/m5hlsumo.lay
index 9a958950ba3..02e5743be20 100644
--- a/src/mame/layout/m5hlsumo.lay
+++ b/src/mame/layout/m5hlsumo.lay
@@ -4182,1974 +4182,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_standard" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_standard" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_standard" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_standard" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_standard" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_button" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_button" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_segment" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="lamp74" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="lamp75" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5holy.lay b/src/mame/layout/m5holy.lay
index 6e386538cbb..ed1e22fe9d6 100644
--- a/src/mame/layout/m5holy.lay
+++ b/src/mame/layout/m5holy.lay
@@ -3545,1974 +3545,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_standard" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_standard" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5hopidl.lay b/src/mame/layout/m5hopidl.lay
index 559176f25ea..05037fc3257 100644
--- a/src/mame/layout/m5hopidl.lay
+++ b/src/mame/layout/m5hopidl.lay
@@ -3957,1974 +3957,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_standard" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_standard" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_standard" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_standard" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_standard" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_standard" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_standard" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_standard" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_standard" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5hotslt.lay b/src/mame/layout/m5hotslt.lay
index bed2b36ff39..5f324166917 100644
--- a/src/mame/layout/m5hotslt.lay
+++ b/src/mame/layout/m5hotslt.lay
@@ -1281,1974 +1281,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_reel" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_reel" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_reel" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_reel" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_reel" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_reel" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_reel" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_reel" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_reel" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_reel" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_reel" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_reel" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_reel" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_standard" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_reel" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_38" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5hotstf.lay b/src/mame/layout/m5hotstf.lay
index 75dbc2cf51e..5fa3c923fc3 100644
--- a/src/mame/layout/m5hotstf.lay
+++ b/src/mame/layout/m5hotstf.lay
@@ -3606,1974 +3606,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_reel" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_reel" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_reel" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_reel" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_reel" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_reel" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_reel" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_reel" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_reel" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_reel" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_reel" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_reel" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_standard" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_standard" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_standard" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_standard" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5hypvip.lay b/src/mame/layout/m5hypvip.lay
index 043d8c5863f..4b7de11eaea 100644
--- a/src/mame/layout/m5hypvip.lay
+++ b/src/mame/layout/m5hypvip.lay
@@ -4982,1974 +4982,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_standard" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_standard" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_standard" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_standard" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_standard" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_standard" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_standard" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_standard" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_standard" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_standard" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_standard" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_standard" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_standard" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_standard" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_standard" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_standard" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_standard" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_standard" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5jackbx.lay b/src/mame/layout/m5jackbx.lay
index 40d877e2e03..091c7c385cf 100644
--- a/src/mame/layout/m5jackbx.lay
+++ b/src/mame/layout/m5jackbx.lay
@@ -889,1974 +889,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_standard" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_33" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" 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"/>
</element>
diff --git a/src/mame/layout/m5jackp2.lay b/src/mame/layout/m5jackp2.lay
index 266a2f3c34e..39a9788c851 100644
--- a/src/mame/layout/m5jackp2.lay
+++ b/src/mame/layout/m5jackp2.lay
@@ -4405,1974 +4405,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_standard" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_standard" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_standard" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_standard" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_standard" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_standard" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_standard" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_standard" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_standard" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_standard" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_standard" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_standard" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_standard" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_standard" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_standard" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_standard" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_standard" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_standard" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_standard" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_standard" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_standard" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_standard" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_standard" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_standard" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_standard" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_standard" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_standard" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_standard" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_standard" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_standard" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5jackpt.lay b/src/mame/layout/m5jackpt.lay
index 6fb69c9ed83..b2be5aa57e5 100644
--- a/src/mame/layout/m5jackpt.lay
+++ b/src/mame/layout/m5jackpt.lay
@@ -3557,1974 +3557,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_standard" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_standard" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_standard" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_standard" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_standard" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_reel" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5jlyjwl.lay b/src/mame/layout/m5jlyjwl.lay
index 0413fd9e166..69bc1ed9a5b 100644
--- a/src/mame/layout/m5jlyjwl.lay
+++ b/src/mame/layout/m5jlyjwl.lay
@@ -1549,1974 +1549,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_reel" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_reel" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_reel" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_reel" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_reel" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_reel" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_reel" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_reel" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_standard" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_reel" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_reel" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_reel" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_reel" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_reel" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_standard" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_38" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5jmpgem01.lay b/src/mame/layout/m5jmpgem01.lay
index b56fe2da182..83edffbb722 100644
--- a/src/mame/layout/m5jmpgem01.lay
+++ b/src/mame/layout/m5jmpgem01.lay
@@ -4537,1974 +4537,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_standard" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_standard" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_standard" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_standard" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_standard" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_standard" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_standard" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_standard" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_standard" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_segment" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5kingqc06.lay b/src/mame/layout/m5kingqc06.lay
index 238ca84799b..cc052943a69 100644
--- a/src/mame/layout/m5kingqc06.lay
+++ b/src/mame/layout/m5kingqc06.lay
@@ -2052,1974 +2052,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_standard" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_standard" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_standard" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_standard" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_standard" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_33" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5kkebab.lay b/src/mame/layout/m5kkebab.lay
index daef8f925be..1d81b38c36f 100644
--- a/src/mame/layout/m5kkebab.lay
+++ b/src/mame/layout/m5kkebab.lay
@@ -4643,1974 +4643,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_button" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_standard" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_standard" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_standard" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_standard" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_standard" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_standard" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_standard" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_standard" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_standard" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_standard" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_standard" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_standard" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_standard" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_standard" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_standard" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_standard" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_standard" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_standard" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_standard" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_standard" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_standard" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_standard" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_standard" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_standard" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_standard" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_standard" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_standard" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_standard" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_standard" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_standard" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_standard" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_standard" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_standard" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_standard" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_standard" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_standard" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_standard" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_standard" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="lamp24" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5korma.lay b/src/mame/layout/m5korma.lay
index e0613e503a0..64b243381b7 100644
--- a/src/mame/layout/m5korma.lay
+++ b/src/mame/layout/m5korma.lay
@@ -3576,1974 +3576,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_reel" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_reel" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_reel" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_reel" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_reel" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_reel" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_reel" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_reel" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_reel" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_reel" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_reel" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_reel" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_reel" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_reel" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_reel" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_reel" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_reel" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_reel" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_reel" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_reel" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_reel" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_reel" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_reel" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_reel" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_reel" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_reel" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_standard" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_reel" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_standard" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_standard" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_standard" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_button" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_button" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_button" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_button" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_button" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_button" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_button" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_button" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_button" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_button" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_button" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_standard" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_standard" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_standard" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_standard" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_standard" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_standard" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_standard" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_standard" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_reel" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_standard" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_reel" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_reel" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="lamp192" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="lamp193" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="lamp194" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="lamp195" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="lamp196" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="lamp197" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="lamp198" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="lamp199" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="lamp205" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="lamp206" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="lamp207" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5loony.lay b/src/mame/layout/m5loony.lay
index b4029cdabb6..5d80cbb0a35 100644
--- a/src/mame/layout/m5loony.lay
+++ b/src/mame/layout/m5loony.lay
@@ -4339,1974 +4339,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_standard" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_standard" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_standard" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_standard" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_standard" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_standard" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_standard" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_standard" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_standard" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_standard" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_standard" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_standard" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_standard" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_standard" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_standard" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_standard" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_standard" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_standard" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_standard" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_standard" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_standard" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_standard" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_standard" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_standard" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_standard" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_standard" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_standard" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_standard" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5loot.lay b/src/mame/layout/m5loot.lay
index b67cca40eef..f0a9d97a701 100644
--- a/src/mame/layout/m5loot.lay
+++ b/src/mame/layout/m5loot.lay
@@ -1013,1974 +1013,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_reel" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5lotta.lay b/src/mame/layout/m5lotta.lay
index dfd92760d64..495a3266b1f 100644
--- a/src/mame/layout/m5lotta.lay
+++ b/src/mame/layout/m5lotta.lay
@@ -2927,1974 +2927,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_standard" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_segment" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5martns07.lay b/src/mame/layout/m5martns07.lay
index 0122e168455..7448f22bb2b 100644
--- a/src/mame/layout/m5martns07.lay
+++ b/src/mame/layout/m5martns07.lay
@@ -4171,1974 +4171,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_standard" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_standard" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_standard" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_standard" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_standard" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_standard" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_standard" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_standard" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_standard" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_standard" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_standard" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_standard" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_standard" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_standard" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_standard" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_standard" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_standard" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_standard" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_standard" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_standard" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_standard" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_standard" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_standard" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_standard" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_standard" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_standard" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_standard" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_standard" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_standard" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_standard" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_standard" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_standard" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_standard" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5mega.lay b/src/mame/layout/m5mega.lay
index 72faafec8ab..c27915dbe36 100644
--- a/src/mame/layout/m5mega.lay
+++ b/src/mame/layout/m5mega.lay
@@ -4581,1974 +4581,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_standard" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_standard" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_standard" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_standard" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_button" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_button" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_button" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_button" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_reel" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_reel" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_reel" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_reel" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_reel" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_segment" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="lamp72" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="lamp73" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="lamp74" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="lamp75" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5mmak06.lay b/src/mame/layout/m5mmak06.lay
index d35713b9442..02fdf317c4c 100644
--- a/src/mame/layout/m5mmak06.lay
+++ b/src/mame/layout/m5mmak06.lay
@@ -4352,1974 +4352,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_standard" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_standard" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_standard" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_standard" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_standard" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_standard" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_standard" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_standard" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_reel" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_standard" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5monmst.lay b/src/mame/layout/m5monmst.lay
index 561a80e08fd..b1000710fc5 100644
--- a/src/mame/layout/m5monmst.lay
+++ b/src/mame/layout/m5monmst.lay
@@ -4391,1974 +4391,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_standard" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_segment" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5mpfc.lay b/src/mame/layout/m5mpfc.lay
index 33e9a7c6ff6..62d73e5891a 100644
--- a/src/mame/layout/m5mpfc.lay
+++ b/src/mame/layout/m5mpfc.lay
@@ -2948,1974 +2948,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_button" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="lamp75" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5mprio.lay b/src/mame/layout/m5mprio.lay
index b9ebb79aab0..d30695a460c 100644
--- a/src/mame/layout/m5mprio.lay
+++ b/src/mame/layout/m5mprio.lay
@@ -1794,1974 +1794,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_segment" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5neptun.lay b/src/mame/layout/m5neptun.lay
index 5905fa63d54..e7aae8752cc 100644
--- a/src/mame/layout/m5neptun.lay
+++ b/src/mame/layout/m5neptun.lay
@@ -3382,1974 +3382,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_button" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_segment" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="lamp75" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5nnww.lay b/src/mame/layout/m5nnww.lay
index be44a8650b9..f0bb69f8f23 100644
--- a/src/mame/layout/m5nnww.lay
+++ b/src/mame/layout/m5nnww.lay
@@ -1423,1974 +1423,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_reel" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_reel" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_reel" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_reel" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_reel" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_reel" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_reel" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_standard" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_reel" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_reel" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_reel" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_reel" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_reel" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_reel" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_38" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5oohaah.lay b/src/mame/layout/m5oohaah.lay
index c198e98270c..7cf5e158b41 100644
--- a/src/mame/layout/m5oohaah.lay
+++ b/src/mame/layout/m5oohaah.lay
@@ -3088,1974 +3088,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_standard" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_standard" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_standard" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_standard" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_reel" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5oohrio.lay b/src/mame/layout/m5oohrio.lay
index 244f3a0eea5..73ef12ada81 100644
--- a/src/mame/layout/m5oohrio.lay
+++ b/src/mame/layout/m5oohrio.lay
@@ -1770,1974 +1770,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_reel" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_reel" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_reel" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_reel" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_reel" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_reel" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_reel" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_reel" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_reel" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_reel" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_reel" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_reel" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_reel" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_reel" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_reel" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_reel" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_reel" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_reel" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_reel" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_reel" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_standard" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_reel" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_standard" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_standard" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5openbx05.lay b/src/mame/layout/m5openbx05.lay
index 653985118e4..2fba41df352 100644
--- a/src/mame/layout/m5openbx05.lay
+++ b/src/mame/layout/m5openbx05.lay
@@ -2082,1974 +2082,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_reel" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_reel" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_reel" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_reel" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_reel" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_reel" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_reel" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_reel" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_reel" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_reel" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_reel" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_reel" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_reel" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_reel" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5overld.lay b/src/mame/layout/m5overld.lay
index 4d6a9b0af28..63291dba694 100644
--- a/src/mame/layout/m5overld.lay
+++ b/src/mame/layout/m5overld.lay
@@ -5032,1974 +5032,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_standard" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_standard" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_standard" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_standard" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_standard" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_standard" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_standard" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_standard" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_standard" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_standard" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_standard" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_standard" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_standard" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_standard" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_standard" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_standard" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_standard" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_standard" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_standard" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_standard" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_standard" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_standard" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_standard" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" 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"/>
</element>
diff --git a/src/mame/layout/m5peepsh.lay b/src/mame/layout/m5peepsh.lay
index 614c1cb2be7..7d22c340b59 100644
--- a/src/mame/layout/m5peepsh.lay
+++ b/src/mame/layout/m5peepsh.lay
@@ -3798,1974 +3798,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_standard" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_standard" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5piefac.lay b/src/mame/layout/m5piefac.lay
index 3f9617f8e23..3b2b650a639 100644
--- a/src/mame/layout/m5piefac.lay
+++ b/src/mame/layout/m5piefac.lay
@@ -3016,1974 +3016,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_standard" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_standard" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_standard" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_standard" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_standard" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_standard" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_standard" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_standard" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_standard" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_standard" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_standard" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_standard" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_standard" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_standard" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_standard" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_standard" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_standard" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_standard" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_standard" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_standard" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_standard" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_standard" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_standard" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_standard" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_standard" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_standard" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_segment" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5piefcr.lay b/src/mame/layout/m5piefcr.lay
index 20910354198..c8201a8ba16 100644
--- a/src/mame/layout/m5piefcr.lay
+++ b/src/mame/layout/m5piefcr.lay
@@ -735,1974 +735,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_reel" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_38" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5ppussy.lay b/src/mame/layout/m5ppussy.lay
index 4fe875ce21e..8b5536a5622 100644
--- a/src/mame/layout/m5ppussy.lay
+++ b/src/mame/layout/m5ppussy.lay
@@ -2175,1974 +2175,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_standard" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_standard" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_segment" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5psyccl01.lay b/src/mame/layout/m5psyccl01.lay
index fe131210cda..6fe837b82c0 100644
--- a/src/mame/layout/m5psyccl01.lay
+++ b/src/mame/layout/m5psyccl01.lay
@@ -5116,1974 +5116,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_button" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_button" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_button" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_button" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_standard" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_standard" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="lamp72" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="lamp73" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="lamp74" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="lamp75" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" 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"/>
</element>
diff --git a/src/mame/layout/m5psycho.lay b/src/mame/layout/m5psycho.lay
index 005bd027d3e..9422aea204f 100644
--- a/src/mame/layout/m5psycho.lay
+++ b/src/mame/layout/m5psycho.lay
@@ -4172,1974 +4172,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_standard" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_standard" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_button" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_standard" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_standard" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_standard" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_standard" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_standard" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_button" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_button" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_button" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_button" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_button" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_button" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_standard" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_standard" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_standard" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_standard" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_standard" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_standard" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="lamp19" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="lamp73" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="lamp74" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="lamp75" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="lamp76" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="lamp77" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="lamp78" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5ptyani.lay b/src/mame/layout/m5ptyani.lay
index 47d2cb99df4..f608c723dad 100644
--- a/src/mame/layout/m5ptyani.lay
+++ b/src/mame/layout/m5ptyani.lay
@@ -4453,1974 +4453,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_standard" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_standard" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_standard" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_standard" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_standard" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_standard" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_standard" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_standard" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_standard" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_standard" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_standard" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_standard" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_standard" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_standard" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_standard" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_button" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_standard" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_standard" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_standard" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_standard" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_standard" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_button" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_standard" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_standard" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_standard" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_standard" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_standard" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_standard" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_standard" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_standard" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_standard" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_standard" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_standard" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_button" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_standard" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_standard" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_standard" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_standard" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_standard" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_standard" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_standard" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_standard" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_standard" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_standard" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_standard" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_standard" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_standard" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_standard" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_standard" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_standard" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_standard" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_standard" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_standard" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_standard" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_standard" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_standard" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_standard" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_standard" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_standard" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_standard" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_segment" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp104" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_34" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_36" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="lamp71" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="lamp79" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/m5qdrawb.lay b/src/mame/layout/m5qdrawb.lay
index d8aaa6b0e80..a677e9bf224 100644
--- a/src/mame/layout/m5qdrawb.lay
+++ b/src/mame/layout/m5qdrawb.lay
@@ -4618,1974 +4618,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_reel" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_standard" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_standard" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_standard" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_standard" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_standard" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_standard" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_standard" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_standard" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_standard" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_reel" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_reel" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_reel" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_standard" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_reel" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_standard" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_standard" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_standard" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_standard" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_standard" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_reel" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_reel" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_reel" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_reel" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_reel" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_reel" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_standard" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_standard" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_standard" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_standard" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_standard" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_standard" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_standard" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_standard" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_standard" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_standard" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_standard" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_standard" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_standard" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_standard" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_standard" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_standard" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_standard" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_standard" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_standard" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_standard" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_standard" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_standard" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_standard" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_standard" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_standard" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_standard" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_standard" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_standard" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_standard" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_standard" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_standard" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_standard" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_standard" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_standard" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_standard" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_standard" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_standard" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_standard" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_standard" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_standard" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_standard" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_standard" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_standard" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_standard" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_standard" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_standard" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_standard" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_standard" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_standard" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_standard" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_standard" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_standard" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_standard" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_standard" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_standard" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_standard" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_standard" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_standard" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_standard" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_standard" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_standard" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_standard" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_standard" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_standard" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_button" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_button" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_button" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_button" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_button" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_button" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_standard" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_standard" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_standard" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_standard" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_standard" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_standard" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_standard" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_standard" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_standard" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_standard" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_standard" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_standard" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_standard" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_standard" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_standard" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_standard" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_standard" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_standard" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_standard" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_standard" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_standard" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_standard" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_standard" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_standard" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_standard" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_standard" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_standard" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_standard" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_standard" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_standard" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_standard" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_standard" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_standard" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_standard" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_standard" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_standard" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_standard" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_standard" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_standard" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_standard" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_standard" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="lamp192" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="lamp193" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="lamp194" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="lamp195" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="lamp196" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="lamp197" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" 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"/>
</element>
diff --git a/src/mame/layout/m5qshot04.lay b/src/mame/layout/m5qshot04.lay
index f5bf181f35f..138a3b61b76 100644
--- a/src/mame/layout/m5qshot04.lay
+++ b/src/mame/layout/m5qshot04.lay
@@ -1319,1974 +1319,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_standard" state="0">
<bounds x="32" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_0" ref="debug_lamp_label_0">
- <bounds x="47" y="47" width="30" height="30"/>
- </element>
<element name="lamp1" ref="debug_lamp_standard" state="0">
<bounds x="96" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_1" ref="debug_lamp_label_1">
- <bounds x="111" y="47" width="30" height="30"/>
- </element>
<element name="lamp2" ref="debug_lamp_standard" state="0">
<bounds x="160" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_2" ref="debug_lamp_label_2">
- <bounds x="175" y="47" width="30" height="30"/>
- </element>
<element name="lamp3" ref="debug_lamp_standard" state="0">
<bounds x="224" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_3" ref="debug_lamp_label_3">
- <bounds x="239" y="47" width="30" height="30"/>
- </element>
<element name="lamp4" ref="debug_lamp_standard" state="0">
<bounds x="288" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_4" ref="debug_lamp_label_4">
- <bounds x="303" y="47" width="30" height="30"/>
- </element>
<element name="lamp5" ref="debug_lamp_standard" state="0">
<bounds x="352" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_5" ref="debug_lamp_label_5">
- <bounds x="367" y="47" width="30" height="30"/>
- </element>
<element name="lamp6" ref="debug_lamp_standard" state="0">
<bounds x="416" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_6" ref="debug_lamp_label_6">
- <bounds x="431" y="47" width="30" height="30"/>
- </element>
<element name="lamp7" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_7" ref="debug_lamp_label_7">
- <bounds x="495" y="47" width="30" height="30"/>
- </element>
<element name="lamp8" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_8" ref="debug_lamp_label_8">
- <bounds x="559" y="47" width="30" height="30"/>
- </element>
<element name="lamp9" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_9" ref="debug_lamp_label_9">
- <bounds x="623" y="47" width="30" height="30"/>
- </element>
<element name="lamp10" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_10" ref="debug_lamp_label_10">
- <bounds x="687" y="47" width="30" height="30"/>
- </element>
<element name="lamp11" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_11" ref="debug_lamp_label_11">
- <bounds x="751" y="47" width="30" height="30"/>
- </element>
<element name="lamp12" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_12" ref="debug_lamp_label_12">
- <bounds x="815" y="47" width="30" height="30"/>
- </element>
<element name="lamp13" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_13" ref="debug_lamp_label_13">
- <bounds x="879" y="47" width="30" height="30"/>
- </element>
<element name="lamp14" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_14" ref="debug_lamp_label_14">
- <bounds x="943" y="47" width="30" height="30"/>
- </element>
<element name="lamp15" ref="debug_lamp_standard" state="0">
<bounds x="992" y="32" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_15" ref="debug_lamp_label_15">
- <bounds x="1007" y="47" width="30" height="30"/>
- </element>
<element name="lamp16" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_16" ref="debug_lamp_label_16">
- <bounds x="47" y="111" width="30" height="30"/>
- </element>
<element name="lamp17" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_17" ref="debug_lamp_label_17">
- <bounds x="111" y="111" width="30" height="30"/>
- </element>
<element name="lamp18" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_18" ref="debug_lamp_label_18">
- <bounds x="175" y="111" width="30" height="30"/>
- </element>
<element name="lamp19" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_19" ref="debug_lamp_label_19">
- <bounds x="239" y="111" width="30" height="30"/>
- </element>
<element name="lamp20" ref="debug_lamp_standard" state="0">
<bounds x="288" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_20" ref="debug_lamp_label_20">
- <bounds x="303" y="111" width="30" height="30"/>
- </element>
<element name="lamp21" ref="debug_lamp_standard" state="0">
<bounds x="352" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_21" ref="debug_lamp_label_21">
- <bounds x="367" y="111" width="30" height="30"/>
- </element>
<element name="lamp22" ref="debug_lamp_standard" state="0">
<bounds x="416" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_22" ref="debug_lamp_label_22">
- <bounds x="431" y="111" width="30" height="30"/>
- </element>
<element name="lamp23" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_23" ref="debug_lamp_label_23">
- <bounds x="495" y="111" width="30" height="30"/>
- </element>
<element name="lamp24" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_24" ref="debug_lamp_label_24">
- <bounds x="559" y="111" width="30" height="30"/>
- </element>
<element name="lamp25" ref="debug_lamp_standard" state="0">
<bounds x="608" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_25" ref="debug_lamp_label_25">
- <bounds x="623" y="111" width="30" height="30"/>
- </element>
<element name="lamp26" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_26" ref="debug_lamp_label_26">
- <bounds x="687" y="111" width="30" height="30"/>
- </element>
<element name="lamp27" ref="debug_lamp_standard" state="0">
<bounds x="736" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_27" ref="debug_lamp_label_27">
- <bounds x="751" y="111" width="30" height="30"/>
- </element>
<element name="lamp28" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_28" ref="debug_lamp_label_28">
- <bounds x="815" y="111" width="30" height="30"/>
- </element>
<element name="lamp29" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_29" ref="debug_lamp_label_29">
- <bounds x="879" y="111" width="30" height="30"/>
- </element>
<element name="lamp30" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_30" ref="debug_lamp_label_30">
- <bounds x="943" y="111" width="30" height="30"/>
- </element>
<element name="lamp31" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="96" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_31" ref="debug_lamp_label_31">
- <bounds x="1007" y="111" width="30" height="30"/>
- </element>
<element name="lamp32" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_32" ref="debug_lamp_label_32">
- <bounds x="47" y="175" width="30" height="30"/>
- </element>
<element name="lamp33" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_33" ref="debug_lamp_label_33">
- <bounds x="111" y="175" width="30" height="30"/>
- </element>
<element name="lamp34" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_34" ref="debug_lamp_label_34">
- <bounds x="175" y="175" width="30" height="30"/>
- </element>
<element name="lamp35" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_35" ref="debug_lamp_label_35">
- <bounds x="239" y="175" width="30" height="30"/>
- </element>
<element name="lamp36" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_36" ref="debug_lamp_label_36">
- <bounds x="303" y="175" width="30" height="30"/>
- </element>
<element name="lamp37" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_37" ref="debug_lamp_label_37">
- <bounds x="367" y="175" width="30" height="30"/>
- </element>
<element name="lamp38" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_38" ref="debug_lamp_label_38">
- <bounds x="431" y="175" width="30" height="30"/>
- </element>
<element name="lamp39" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_39" ref="debug_lamp_label_39">
- <bounds x="495" y="175" width="30" height="30"/>
- </element>
<element name="lamp40" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_40" ref="debug_lamp_label_40">
- <bounds x="559" y="175" width="30" height="30"/>
- </element>
<element name="lamp41" ref="debug_lamp_standard" state="0">
<bounds x="608" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_41" ref="debug_lamp_label_41">
- <bounds x="623" y="175" width="30" height="30"/>
- </element>
<element name="lamp42" ref="debug_lamp_standard" state="0">
<bounds x="672" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_42" ref="debug_lamp_label_42">
- <bounds x="687" y="175" width="30" height="30"/>
- </element>
<element name="lamp43" ref="debug_lamp_standard" state="0">
<bounds x="736" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_43" ref="debug_lamp_label_43">
- <bounds x="751" y="175" width="30" height="30"/>
- </element>
<element name="lamp44" ref="debug_lamp_standard" state="0">
<bounds x="800" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_44" ref="debug_lamp_label_44">
- <bounds x="815" y="175" width="30" height="30"/>
- </element>
<element name="lamp45" ref="debug_lamp_standard" state="0">
<bounds x="864" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_45" ref="debug_lamp_label_45">
- <bounds x="879" y="175" width="30" height="30"/>
- </element>
<element name="lamp46" ref="debug_lamp_standard" state="0">
<bounds x="928" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_46" ref="debug_lamp_label_46">
- <bounds x="943" y="175" width="30" height="30"/>
- </element>
<element name="lamp47" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="160" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_47" ref="debug_lamp_label_47">
- <bounds x="1007" y="175" width="30" height="30"/>
- </element>
<element name="lamp48" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_48" ref="debug_lamp_label_48">
- <bounds x="47" y="239" width="30" height="30"/>
- </element>
<element name="lamp49" ref="debug_lamp_standard" state="0">
<bounds x="96" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_49" ref="debug_lamp_label_49">
- <bounds x="111" y="239" width="30" height="30"/>
- </element>
<element name="lamp50" ref="debug_lamp_standard" state="0">
<bounds x="160" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_50" ref="debug_lamp_label_50">
- <bounds x="175" y="239" width="30" height="30"/>
- </element>
<element name="lamp51" ref="debug_lamp_standard" state="0">
<bounds x="224" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_51" ref="debug_lamp_label_51">
- <bounds x="239" y="239" width="30" height="30"/>
- </element>
<element name="lamp52" ref="debug_lamp_standard" state="0">
<bounds x="288" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_52" ref="debug_lamp_label_52">
- <bounds x="303" y="239" width="30" height="30"/>
- </element>
<element name="lamp53" ref="debug_lamp_standard" state="0">
<bounds x="352" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_53" ref="debug_lamp_label_53">
- <bounds x="367" y="239" width="30" height="30"/>
- </element>
<element name="lamp54" ref="debug_lamp_standard" state="0">
<bounds x="416" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_54" ref="debug_lamp_label_54">
- <bounds x="431" y="239" width="30" height="30"/>
- </element>
<element name="lamp55" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_55" ref="debug_lamp_label_55">
- <bounds x="495" y="239" width="30" height="30"/>
- </element>
<element name="lamp56" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_56" ref="debug_lamp_label_56">
- <bounds x="559" y="239" width="30" height="30"/>
- </element>
<element name="lamp57" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_57" ref="debug_lamp_label_57">
- <bounds x="623" y="239" width="30" height="30"/>
- </element>
<element name="lamp58" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_58" ref="debug_lamp_label_58">
- <bounds x="687" y="239" width="30" height="30"/>
- </element>
<element name="lamp59" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_59" ref="debug_lamp_label_59">
- <bounds x="751" y="239" width="30" height="30"/>
- </element>
<element name="lamp60" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_60" ref="debug_lamp_label_60">
- <bounds x="815" y="239" width="30" height="30"/>
- </element>
<element name="lamp61" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_61" ref="debug_lamp_label_61">
- <bounds x="879" y="239" width="30" height="30"/>
- </element>
<element name="lamp62" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_62" ref="debug_lamp_label_62">
- <bounds x="943" y="239" width="30" height="30"/>
- </element>
<element name="lamp63" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="224" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_63" ref="debug_lamp_label_63">
- <bounds x="1007" y="239" width="30" height="30"/>
- </element>
<element name="lamp64" ref="debug_lamp_button" state="0">
<bounds x="32" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_64" ref="debug_lamp_label_64">
- <bounds x="47" y="303" width="30" height="30"/>
- </element>
<element name="lamp65" ref="debug_lamp_button" state="0">
<bounds x="96" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_65" ref="debug_lamp_label_65">
- <bounds x="111" y="303" width="30" height="30"/>
- </element>
<element name="lamp66" ref="debug_lamp_button" state="0">
<bounds x="160" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_66" ref="debug_lamp_label_66">
- <bounds x="175" y="303" width="30" height="30"/>
- </element>
<element name="lamp67" ref="debug_lamp_button" state="0">
<bounds x="224" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_67" ref="debug_lamp_label_67">
- <bounds x="239" y="303" width="30" height="30"/>
- </element>
<element name="lamp68" ref="debug_lamp_button" state="0">
<bounds x="288" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_68" ref="debug_lamp_label_68">
- <bounds x="303" y="303" width="30" height="30"/>
- </element>
<element name="lamp69" ref="debug_lamp_button" state="0">
<bounds x="352" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_69" ref="debug_lamp_label_69">
- <bounds x="367" y="303" width="30" height="30"/>
- </element>
<element name="lamp70" ref="debug_lamp_button" state="0">
<bounds x="416" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_70" ref="debug_lamp_label_70">
- <bounds x="431" y="303" width="30" height="30"/>
- </element>
<element name="lamp71" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_71" ref="debug_lamp_label_71">
- <bounds x="495" y="303" width="30" height="30"/>
- </element>
<element name="lamp72" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_72" ref="debug_lamp_label_72">
- <bounds x="559" y="303" width="30" height="30"/>
- </element>
<element name="lamp73" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_73" ref="debug_lamp_label_73">
- <bounds x="623" y="303" width="30" height="30"/>
- </element>
<element name="lamp74" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_74" ref="debug_lamp_label_74">
- <bounds x="687" y="303" width="30" height="30"/>
- </element>
<element name="lamp75" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_75" ref="debug_lamp_label_75">
- <bounds x="751" y="303" width="30" height="30"/>
- </element>
<element name="lamp76" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_76" ref="debug_lamp_label_76">
- <bounds x="815" y="303" width="30" height="30"/>
- </element>
<element name="lamp77" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_77" ref="debug_lamp_label_77">
- <bounds x="879" y="303" width="30" height="30"/>
- </element>
<element name="lamp78" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_78" ref="debug_lamp_label_78">
- <bounds x="943" y="303" width="30" height="30"/>
- </element>
<element name="lamp79" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="288" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_79" ref="debug_lamp_label_79">
- <bounds x="1007" y="303" width="30" height="30"/>
- </element>
<element name="lamp80" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_80" ref="debug_lamp_label_80">
- <bounds x="47" y="367" width="30" height="30"/>
- </element>
<element name="lamp81" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_81" ref="debug_lamp_label_81">
- <bounds x="111" y="367" width="30" height="30"/>
- </element>
<element name="lamp82" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_82" ref="debug_lamp_label_82">
- <bounds x="175" y="367" width="30" height="30"/>
- </element>
<element name="lamp83" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_83" ref="debug_lamp_label_83">
- <bounds x="239" y="367" width="30" height="30"/>
- </element>
<element name="lamp84" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_84" ref="debug_lamp_label_84">
- <bounds x="303" y="367" width="30" height="30"/>
- </element>
<element name="lamp85" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_85" ref="debug_lamp_label_85">
- <bounds x="367" y="367" width="30" height="30"/>
- </element>
<element name="lamp86" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_86" ref="debug_lamp_label_86">
- <bounds x="431" y="367" width="30" height="30"/>
- </element>
<element name="lamp87" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_87" ref="debug_lamp_label_87">
- <bounds x="495" y="367" width="30" height="30"/>
- </element>
<element name="lamp88" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_88" ref="debug_lamp_label_88">
- <bounds x="559" y="367" width="30" height="30"/>
- </element>
<element name="lamp89" ref="debug_lamp_standard" state="0">
<bounds x="608" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_89" ref="debug_lamp_label_89">
- <bounds x="623" y="367" width="30" height="30"/>
- </element>
<element name="lamp90" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_90" ref="debug_lamp_label_90">
- <bounds x="687" y="367" width="30" height="30"/>
- </element>
<element name="lamp91" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_91" ref="debug_lamp_label_91">
- <bounds x="751" y="367" width="30" height="30"/>
- </element>
<element name="lamp92" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_92" ref="debug_lamp_label_92">
- <bounds x="815" y="367" width="30" height="30"/>
- </element>
<element name="lamp93" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_93" ref="debug_lamp_label_93">
- <bounds x="879" y="367" width="30" height="30"/>
- </element>
<element name="lamp94" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_94" ref="debug_lamp_label_94">
- <bounds x="943" y="367" width="30" height="30"/>
- </element>
<element name="lamp95" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="352" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_95" ref="debug_lamp_label_95">
- <bounds x="1007" y="367" width="30" height="30"/>
- </element>
<element name="lamp96" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_96" ref="debug_lamp_label_96">
- <bounds x="47" y="431" width="30" height="30"/>
- </element>
<element name="lamp97" ref="debug_lamp_standard" state="0">
<bounds x="96" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_97" ref="debug_lamp_label_97">
- <bounds x="111" y="431" width="30" height="30"/>
- </element>
<element name="lamp98" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_98" ref="debug_lamp_label_98">
- <bounds x="175" y="431" width="30" height="30"/>
- </element>
<element name="lamp99" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_99" ref="debug_lamp_label_99">
- <bounds x="239" y="431" width="30" height="30"/>
- </element>
<element name="lamp100" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_100" ref="debug_lamp_label_100">
- <bounds x="303" y="431" width="30" height="30"/>
- </element>
<element name="lamp101" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_101" ref="debug_lamp_label_101">
- <bounds x="367" y="431" width="30" height="30"/>
- </element>
<element name="lamp102" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_102" ref="debug_lamp_label_102">
- <bounds x="431" y="431" width="30" height="30"/>
- </element>
<element name="lamp103" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_103" ref="debug_lamp_label_103">
- <bounds x="495" y="431" width="30" height="30"/>
- </element>
<element name="lamp104" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_104" ref="debug_lamp_label_104">
- <bounds x="559" y="431" width="30" height="30"/>
- </element>
<element name="lamp105" ref="debug_lamp_standard" state="0">
<bounds x="608" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_105" ref="debug_lamp_label_105">
- <bounds x="623" y="431" width="30" height="30"/>
- </element>
<element name="lamp106" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_106" ref="debug_lamp_label_106">
- <bounds x="687" y="431" width="30" height="30"/>
- </element>
<element name="lamp107" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_107" ref="debug_lamp_label_107">
- <bounds x="751" y="431" width="30" height="30"/>
- </element>
<element name="lamp108" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_108" ref="debug_lamp_label_108">
- <bounds x="815" y="431" width="30" height="30"/>
- </element>
<element name="lamp109" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_109" ref="debug_lamp_label_109">
- <bounds x="879" y="431" width="30" height="30"/>
- </element>
<element name="lamp110" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_110" ref="debug_lamp_label_110">
- <bounds x="943" y="431" width="30" height="30"/>
- </element>
<element name="lamp111" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="416" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_111" ref="debug_lamp_label_111">
- <bounds x="1007" y="431" width="30" height="30"/>
- </element>
<element name="lamp112" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_112" ref="debug_lamp_label_112">
- <bounds x="47" y="495" width="30" height="30"/>
- </element>
<element name="lamp113" ref="debug_lamp_standard" state="0">
<bounds x="96" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_113" ref="debug_lamp_label_113">
- <bounds x="111" y="495" width="30" height="30"/>
- </element>
<element name="lamp114" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_114" ref="debug_lamp_label_114">
- <bounds x="175" y="495" width="30" height="30"/>
- </element>
<element name="lamp115" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_115" ref="debug_lamp_label_115">
- <bounds x="239" y="495" width="30" height="30"/>
- </element>
<element name="lamp116" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_116" ref="debug_lamp_label_116">
- <bounds x="303" y="495" width="30" height="30"/>
- </element>
<element name="lamp117" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_117" ref="debug_lamp_label_117">
- <bounds x="367" y="495" width="30" height="30"/>
- </element>
<element name="lamp118" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_118" ref="debug_lamp_label_118">
- <bounds x="431" y="495" width="30" height="30"/>
- </element>
<element name="lamp119" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_119" ref="debug_lamp_label_119">
- <bounds x="495" y="495" width="30" height="30"/>
- </element>
<element name="lamp120" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_120" ref="debug_lamp_label_120">
- <bounds x="559" y="495" width="30" height="30"/>
- </element>
<element name="lamp121" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_121" ref="debug_lamp_label_121">
- <bounds x="623" y="495" width="30" height="30"/>
- </element>
<element name="lamp122" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_122" ref="debug_lamp_label_122">
- <bounds x="687" y="495" width="30" height="30"/>
- </element>
<element name="lamp123" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_123" ref="debug_lamp_label_123">
- <bounds x="751" y="495" width="30" height="30"/>
- </element>
<element name="lamp124" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_124" ref="debug_lamp_label_124">
- <bounds x="815" y="495" width="30" height="30"/>
- </element>
<element name="lamp125" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_125" ref="debug_lamp_label_125">
- <bounds x="879" y="495" width="30" height="30"/>
- </element>
<element name="lamp126" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_126" ref="debug_lamp_label_126">
- <bounds x="943" y="495" width="30" height="30"/>
- </element>
<element name="lamp127" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="480" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_127" ref="debug_lamp_label_127">
- <bounds x="1007" y="495" width="30" height="30"/>
- </element>
<element name="lamp128" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_128" ref="debug_lamp_label_128">
- <bounds x="47" y="559" width="30" height="30"/>
- </element>
<element name="lamp129" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_129" ref="debug_lamp_label_129">
- <bounds x="111" y="559" width="30" height="30"/>
- </element>
<element name="lamp130" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_130" ref="debug_lamp_label_130">
- <bounds x="175" y="559" width="30" height="30"/>
- </element>
<element name="lamp131" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_131" ref="debug_lamp_label_131">
- <bounds x="239" y="559" width="30" height="30"/>
- </element>
<element name="lamp132" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_132" ref="debug_lamp_label_132">
- <bounds x="303" y="559" width="30" height="30"/>
- </element>
<element name="lamp133" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_133" ref="debug_lamp_label_133">
- <bounds x="367" y="559" width="30" height="30"/>
- </element>
<element name="lamp134" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_134" ref="debug_lamp_label_134">
- <bounds x="431" y="559" width="30" height="30"/>
- </element>
<element name="lamp135" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_135" ref="debug_lamp_label_135">
- <bounds x="495" y="559" width="30" height="30"/>
- </element>
<element name="lamp136" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_136" ref="debug_lamp_label_136">
- <bounds x="559" y="559" width="30" height="30"/>
- </element>
<element name="lamp137" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_137" ref="debug_lamp_label_137">
- <bounds x="623" y="559" width="30" height="30"/>
- </element>
<element name="lamp138" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_138" ref="debug_lamp_label_138">
- <bounds x="687" y="559" width="30" height="30"/>
- </element>
<element name="lamp139" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_139" ref="debug_lamp_label_139">
- <bounds x="751" y="559" width="30" height="30"/>
- </element>
<element name="lamp140" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_140" ref="debug_lamp_label_140">
- <bounds x="815" y="559" width="30" height="30"/>
- </element>
<element name="lamp141" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_141" ref="debug_lamp_label_141">
- <bounds x="879" y="559" width="30" height="30"/>
- </element>
<element name="lamp142" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_142" ref="debug_lamp_label_142">
- <bounds x="943" y="559" width="30" height="30"/>
- </element>
<element name="lamp143" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="544" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_143" ref="debug_lamp_label_143">
- <bounds x="1007" y="559" width="30" height="30"/>
- </element>
<element name="lamp144" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_144" ref="debug_lamp_label_144">
- <bounds x="47" y="623" width="30" height="30"/>
- </element>
<element name="lamp145" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_145" ref="debug_lamp_label_145">
- <bounds x="111" y="623" width="30" height="30"/>
- </element>
<element name="lamp146" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_146" ref="debug_lamp_label_146">
- <bounds x="175" y="623" width="30" height="30"/>
- </element>
<element name="lamp147" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_147" ref="debug_lamp_label_147">
- <bounds x="239" y="623" width="30" height="30"/>
- </element>
<element name="lamp148" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_148" ref="debug_lamp_label_148">
- <bounds x="303" y="623" width="30" height="30"/>
- </element>
<element name="lamp149" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_149" ref="debug_lamp_label_149">
- <bounds x="367" y="623" width="30" height="30"/>
- </element>
<element name="lamp150" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_150" ref="debug_lamp_label_150">
- <bounds x="431" y="623" width="30" height="30"/>
- </element>
<element name="lamp151" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_151" ref="debug_lamp_label_151">
- <bounds x="495" y="623" width="30" height="30"/>
- </element>
<element name="lamp152" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_152" ref="debug_lamp_label_152">
- <bounds x="559" y="623" width="30" height="30"/>
- </element>
<element name="lamp153" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_153" ref="debug_lamp_label_153">
- <bounds x="623" y="623" width="30" height="30"/>
- </element>
<element name="lamp154" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_154" ref="debug_lamp_label_154">
- <bounds x="687" y="623" width="30" height="30"/>
- </element>
<element name="lamp155" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_155" ref="debug_lamp_label_155">
- <bounds x="751" y="623" width="30" height="30"/>
- </element>
<element name="lamp156" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_156" ref="debug_lamp_label_156">
- <bounds x="815" y="623" width="30" height="30"/>
- </element>
<element name="lamp157" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_157" ref="debug_lamp_label_157">
- <bounds x="879" y="623" width="30" height="30"/>
- </element>
<element name="lamp158" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_158" ref="debug_lamp_label_158">
- <bounds x="943" y="623" width="30" height="30"/>
- </element>
<element name="lamp159" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="608" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_159" ref="debug_lamp_label_159">
- <bounds x="1007" y="623" width="30" height="30"/>
- </element>
<element name="lamp160" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_160" ref="debug_lamp_label_160">
- <bounds x="47" y="687" width="30" height="30"/>
- </element>
<element name="lamp161" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_161" ref="debug_lamp_label_161">
- <bounds x="111" y="687" width="30" height="30"/>
- </element>
<element name="lamp162" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_162" ref="debug_lamp_label_162">
- <bounds x="175" y="687" width="30" height="30"/>
- </element>
<element name="lamp163" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_163" ref="debug_lamp_label_163">
- <bounds x="239" y="687" width="30" height="30"/>
- </element>
<element name="lamp164" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_164" ref="debug_lamp_label_164">
- <bounds x="303" y="687" width="30" height="30"/>
- </element>
<element name="lamp165" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_165" ref="debug_lamp_label_165">
- <bounds x="367" y="687" width="30" height="30"/>
- </element>
<element name="lamp166" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_166" ref="debug_lamp_label_166">
- <bounds x="431" y="687" width="30" height="30"/>
- </element>
<element name="lamp167" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_167" ref="debug_lamp_label_167">
- <bounds x="495" y="687" width="30" height="30"/>
- </element>
<element name="lamp168" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_168" ref="debug_lamp_label_168">
- <bounds x="559" y="687" width="30" height="30"/>
- </element>
<element name="lamp169" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_169" ref="debug_lamp_label_169">
- <bounds x="623" y="687" width="30" height="30"/>
- </element>
<element name="lamp170" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_170" ref="debug_lamp_label_170">
- <bounds x="687" y="687" width="30" height="30"/>
- </element>
<element name="lamp171" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_171" ref="debug_lamp_label_171">
- <bounds x="751" y="687" width="30" height="30"/>
- </element>
<element name="lamp172" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_172" ref="debug_lamp_label_172">
- <bounds x="815" y="687" width="30" height="30"/>
- </element>
<element name="lamp173" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_173" ref="debug_lamp_label_173">
- <bounds x="879" y="687" width="30" height="30"/>
- </element>
<element name="lamp174" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_174" ref="debug_lamp_label_174">
- <bounds x="943" y="687" width="30" height="30"/>
- </element>
<element name="lamp175" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="672" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_175" ref="debug_lamp_label_175">
- <bounds x="1007" y="687" width="30" height="30"/>
- </element>
<element name="lamp176" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_176" ref="debug_lamp_label_176">
- <bounds x="47" y="751" width="30" height="30"/>
- </element>
<element name="lamp177" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_177" ref="debug_lamp_label_177">
- <bounds x="111" y="751" width="30" height="30"/>
- </element>
<element name="lamp178" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_178" ref="debug_lamp_label_178">
- <bounds x="175" y="751" width="30" height="30"/>
- </element>
<element name="lamp179" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_179" ref="debug_lamp_label_179">
- <bounds x="239" y="751" width="30" height="30"/>
- </element>
<element name="lamp180" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_180" ref="debug_lamp_label_180">
- <bounds x="303" y="751" width="30" height="30"/>
- </element>
<element name="lamp181" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_181" ref="debug_lamp_label_181">
- <bounds x="367" y="751" width="30" height="30"/>
- </element>
<element name="lamp182" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_182" ref="debug_lamp_label_182">
- <bounds x="431" y="751" width="30" height="30"/>
- </element>
<element name="lamp183" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_183" ref="debug_lamp_label_183">
- <bounds x="495" y="751" width="30" height="30"/>
- </element>
<element name="lamp184" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_184" ref="debug_lamp_label_184">
- <bounds x="559" y="751" width="30" height="30"/>
- </element>
<element name="lamp185" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_185" ref="debug_lamp_label_185">
- <bounds x="623" y="751" width="30" height="30"/>
- </element>
<element name="lamp186" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_186" ref="debug_lamp_label_186">
- <bounds x="687" y="751" width="30" height="30"/>
- </element>
<element name="lamp187" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_187" ref="debug_lamp_label_187">
- <bounds x="751" y="751" width="30" height="30"/>
- </element>
<element name="lamp188" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_188" ref="debug_lamp_label_188">
- <bounds x="815" y="751" width="30" height="30"/>
- </element>
<element name="lamp189" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_189" ref="debug_lamp_label_189">
- <bounds x="879" y="751" width="30" height="30"/>
- </element>
<element name="lamp190" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_190" ref="debug_lamp_label_190">
- <bounds x="943" y="751" width="30" height="30"/>
- </element>
<element name="lamp191" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="736" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_191" ref="debug_lamp_label_191">
- <bounds x="1007" y="751" width="30" height="30"/>
- </element>
<element name="lamp192" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_192" ref="debug_lamp_label_192">
- <bounds x="47" y="815" width="30" height="30"/>
- </element>
<element name="lamp193" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_193" ref="debug_lamp_label_193">
- <bounds x="111" y="815" width="30" height="30"/>
- </element>
<element name="lamp194" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_194" ref="debug_lamp_label_194">
- <bounds x="175" y="815" width="30" height="30"/>
- </element>
<element name="lamp195" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_195" ref="debug_lamp_label_195">
- <bounds x="239" y="815" width="30" height="30"/>
- </element>
<element name="lamp196" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_196" ref="debug_lamp_label_196">
- <bounds x="303" y="815" width="30" height="30"/>
- </element>
<element name="lamp197" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_197" ref="debug_lamp_label_197">
- <bounds x="367" y="815" width="30" height="30"/>
- </element>
<element name="lamp198" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_198" ref="debug_lamp_label_198">
- <bounds x="431" y="815" width="30" height="30"/>
- </element>
<element name="lamp199" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_199" ref="debug_lamp_label_199">
- <bounds x="495" y="815" width="30" height="30"/>
- </element>
<element name="lamp200" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_200" ref="debug_lamp_label_200">
- <bounds x="559" y="815" width="30" height="30"/>
- </element>
<element name="lamp201" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_201" ref="debug_lamp_label_201">
- <bounds x="623" y="815" width="30" height="30"/>
- </element>
<element name="lamp202" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_202" ref="debug_lamp_label_202">
- <bounds x="687" y="815" width="30" height="30"/>
- </element>
<element name="lamp203" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_203" ref="debug_lamp_label_203">
- <bounds x="751" y="815" width="30" height="30"/>
- </element>
<element name="lamp204" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_204" ref="debug_lamp_label_204">
- <bounds x="815" y="815" width="30" height="30"/>
- </element>
<element name="lamp205" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_205" ref="debug_lamp_label_205">
- <bounds x="879" y="815" width="30" height="30"/>
- </element>
<element name="lamp206" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_206" ref="debug_lamp_label_206">
- <bounds x="943" y="815" width="30" height="30"/>
- </element>
<element name="lamp207" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="800" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_207" ref="debug_lamp_label_207">
- <bounds x="1007" y="815" width="30" height="30"/>
- </element>
<element name="lamp208" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_208" ref="debug_lamp_label_208">
- <bounds x="47" y="879" width="30" height="30"/>
- </element>
<element name="lamp209" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_209" ref="debug_lamp_label_209">
- <bounds x="111" y="879" width="30" height="30"/>
- </element>
<element name="lamp210" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_210" ref="debug_lamp_label_210">
- <bounds x="175" y="879" width="30" height="30"/>
- </element>
<element name="lamp211" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_211" ref="debug_lamp_label_211">
- <bounds x="239" y="879" width="30" height="30"/>
- </element>
<element name="lamp212" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_212" ref="debug_lamp_label_212">
- <bounds x="303" y="879" width="30" height="30"/>
- </element>
<element name="lamp213" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_213" ref="debug_lamp_label_213">
- <bounds x="367" y="879" width="30" height="30"/>
- </element>
<element name="lamp214" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_214" ref="debug_lamp_label_214">
- <bounds x="431" y="879" width="30" height="30"/>
- </element>
<element name="lamp215" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_215" ref="debug_lamp_label_215">
- <bounds x="495" y="879" width="30" height="30"/>
- </element>
<element name="lamp216" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_216" ref="debug_lamp_label_216">
- <bounds x="559" y="879" width="30" height="30"/>
- </element>
<element name="lamp217" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_217" ref="debug_lamp_label_217">
- <bounds x="623" y="879" width="30" height="30"/>
- </element>
<element name="lamp218" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_218" ref="debug_lamp_label_218">
- <bounds x="687" y="879" width="30" height="30"/>
- </element>
<element name="lamp219" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_219" ref="debug_lamp_label_219">
- <bounds x="751" y="879" width="30" height="30"/>
- </element>
<element name="lamp220" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_220" ref="debug_lamp_label_220">
- <bounds x="815" y="879" width="30" height="30"/>
- </element>
<element name="lamp221" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_221" ref="debug_lamp_label_221">
- <bounds x="879" y="879" width="30" height="30"/>
- </element>
<element name="lamp222" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_222" ref="debug_lamp_label_222">
- <bounds x="943" y="879" width="30" height="30"/>
- </element>
<element name="lamp223" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="864" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_223" ref="debug_lamp_label_223">
- <bounds x="1007" y="879" width="30" height="30"/>
- </element>
<element name="lamp224" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_224" ref="debug_lamp_label_224">
- <bounds x="47" y="943" width="30" height="30"/>
- </element>
<element name="lamp225" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_225" ref="debug_lamp_label_225">
- <bounds x="111" y="943" width="30" height="30"/>
- </element>
<element name="lamp226" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_226" ref="debug_lamp_label_226">
- <bounds x="175" y="943" width="30" height="30"/>
- </element>
<element name="lamp227" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_227" ref="debug_lamp_label_227">
- <bounds x="239" y="943" width="30" height="30"/>
- </element>
<element name="lamp228" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_228" ref="debug_lamp_label_228">
- <bounds x="303" y="943" width="30" height="30"/>
- </element>
<element name="lamp229" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_229" ref="debug_lamp_label_229">
- <bounds x="367" y="943" width="30" height="30"/>
- </element>
<element name="lamp230" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_230" ref="debug_lamp_label_230">
- <bounds x="431" y="943" width="30" height="30"/>
- </element>
<element name="lamp231" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_231" ref="debug_lamp_label_231">
- <bounds x="495" y="943" width="30" height="30"/>
- </element>
<element name="lamp232" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_232" ref="debug_lamp_label_232">
- <bounds x="559" y="943" width="30" height="30"/>
- </element>
<element name="lamp233" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_233" ref="debug_lamp_label_233">
- <bounds x="623" y="943" width="30" height="30"/>
- </element>
<element name="lamp234" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_234" ref="debug_lamp_label_234">
- <bounds x="687" y="943" width="30" height="30"/>
- </element>
<element name="lamp235" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_235" ref="debug_lamp_label_235">
- <bounds x="751" y="943" width="30" height="30"/>
- </element>
<element name="lamp236" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_236" ref="debug_lamp_label_236">
- <bounds x="815" y="943" width="30" height="30"/>
- </element>
<element name="lamp237" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_237" ref="debug_lamp_label_237">
- <bounds x="879" y="943" width="30" height="30"/>
- </element>
<element name="lamp238" ref="debug_lamp_unreferenced" state="0">
<bounds x="928" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_238" ref="debug_lamp_label_238">
- <bounds x="943" y="943" width="30" height="30"/>
- </element>
<element name="lamp239" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="928" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_239" ref="debug_lamp_label_239">
- <bounds x="1007" y="943" width="30" height="30"/>
- </element>
<element name="lamp240" ref="debug_lamp_unreferenced" state="0">
<bounds x="32" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_240" ref="debug_lamp_label_240">
- <bounds x="47" y="1007" width="30" height="30"/>
- </element>
<element name="lamp241" ref="debug_lamp_unreferenced" state="0">
<bounds x="96" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_241" ref="debug_lamp_label_241">
- <bounds x="111" y="1007" width="30" height="30"/>
- </element>
<element name="lamp242" ref="debug_lamp_unreferenced" state="0">
<bounds x="160" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_242" ref="debug_lamp_label_242">
- <bounds x="175" y="1007" width="30" height="30"/>
- </element>
<element name="lamp243" ref="debug_lamp_unreferenced" state="0">
<bounds x="224" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_243" ref="debug_lamp_label_243">
- <bounds x="239" y="1007" width="30" height="30"/>
- </element>
<element name="lamp244" ref="debug_lamp_unreferenced" state="0">
<bounds x="288" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_244" ref="debug_lamp_label_244">
- <bounds x="303" y="1007" width="30" height="30"/>
- </element>
<element name="lamp245" ref="debug_lamp_unreferenced" state="0">
<bounds x="352" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_245" ref="debug_lamp_label_245">
- <bounds x="367" y="1007" width="30" height="30"/>
- </element>
<element name="lamp246" ref="debug_lamp_unreferenced" state="0">
<bounds x="416" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_246" ref="debug_lamp_label_246">
- <bounds x="431" y="1007" width="30" height="30"/>
- </element>
<element name="lamp247" ref="debug_lamp_unreferenced" state="0">
<bounds x="480" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_247" ref="debug_lamp_label_247">
- <bounds x="495" y="1007" width="30" height="30"/>
- </element>
<element name="lamp248" ref="debug_lamp_unreferenced" state="0">
<bounds x="544" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_248" ref="debug_lamp_label_248">
- <bounds x="559" y="1007" width="30" height="30"/>
- </element>
<element name="lamp249" ref="debug_lamp_unreferenced" state="0">
<bounds x="608" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_249" ref="debug_lamp_label_249">
- <bounds x="623" y="1007" width="30" height="30"/>
- </element>
<element name="lamp250" ref="debug_lamp_unreferenced" state="0">
<bounds x="672" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_250" ref="debug_lamp_label_250">
- <bounds x="687" y="1007" width="30" height="30"/>
- </element>
<element name="lamp251" ref="debug_lamp_unreferenced" state="0">
<bounds x="736" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_251" ref="debug_lamp_label_251">
- <bounds x="751" y="1007" width="30" height="30"/>
- </element>
<element name="lamp252" ref="debug_lamp_unreferenced" state="0">
<bounds x="800" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_252" ref="debug_lamp_label_252">
- <bounds x="815" y="1007" width="30" height="30"/>
- </element>
<element name="lamp253" ref="debug_lamp_unreferenced" state="0">
<bounds x="864" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_253" ref="debug_lamp_label_253">
- <bounds x="879" y="1007" width="30" height="30"/>
- </element>
<element name="lamp254" ref="debug_lamp_standard" state="0">
<bounds x="928" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_254" ref="debug_lamp_label_254">
- <bounds x="943" y="1007" width="30" height="30"/>
- </element>
<element name="lamp255" ref="debug_lamp_unreferenced" state="0">
<bounds x="992" y="992" width="60" height="60"/>
</element>
- <element name="debug_lamp_label_255" ref="debug_lamp_label_255">
- <bounds x="1007" y="1007" width="30" height="30"/>
- </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="TODO" inputmask="0x01">
<bounds x="1100" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_0" ref="debug_button_label_0">
- <bounds x="1120" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_1" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_1" ref="debug_button_label_1">
- <bounds x="1204" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_2" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_2" ref="debug_button_label_2">
- <bounds x="1288" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_3" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_3" ref="debug_button_label_3">
- <bounds x="1372" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_4" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_4" ref="debug_button_label_4">
- <bounds x="1456" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_5" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_5" ref="debug_button_label_5">
- <bounds x="1540" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_6" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_6" ref="debug_button_label_6">
- <bounds x="1624" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_7" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="660" width="80" height="44"/>
</element>
- <element name="debug_button_label_7" ref="debug_button_label_7">
- <bounds x="1708" y="671" width="40" height="22"/>
- </element>
<element name="debug_button_8" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_8" ref="debug_button_label_8">
- <bounds x="1120" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_9" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_9" ref="debug_button_label_9">
- <bounds x="1204" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_10" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_10" ref="debug_button_label_10">
- <bounds x="1288" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_11" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_11" ref="debug_button_label_11">
- <bounds x="1372" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_12" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_12" ref="debug_button_label_12">
- <bounds x="1456" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_13" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_13" ref="debug_button_label_13">
- <bounds x="1540" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_14" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_14" ref="debug_button_label_14">
- <bounds x="1624" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_15" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="708" width="80" height="44"/>
</element>
- <element name="debug_button_label_15" ref="debug_button_label_15">
- <bounds x="1708" y="719" width="40" height="22"/>
- </element>
<element name="debug_button_16" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_16" ref="debug_button_label_16">
- <bounds x="1120" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_17" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_17" ref="debug_button_label_17">
- <bounds x="1204" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_18" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_18" ref="debug_button_label_18">
- <bounds x="1288" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_19" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_19" ref="debug_button_label_19">
- <bounds x="1372" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_20" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_20" ref="debug_button_label_20">
- <bounds x="1456" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_21" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_21" ref="debug_button_label_21">
- <bounds x="1540" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_22" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_22" ref="debug_button_label_22">
- <bounds x="1624" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_23" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="756" width="80" height="44"/>
</element>
- <element name="debug_button_label_23" ref="debug_button_label_23">
- <bounds x="1708" y="767" width="40" height="22"/>
- </element>
<element name="debug_button_24" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_24" ref="debug_button_label_24">
- <bounds x="1120" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_25" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_25" ref="debug_button_label_25">
- <bounds x="1204" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_26" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_26" ref="debug_button_label_26">
- <bounds x="1288" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_27" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_27" ref="debug_button_label_27">
- <bounds x="1372" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_28" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_28" ref="debug_button_label_28">
- <bounds x="1456" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_29" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_29" ref="debug_button_label_29">
- <bounds x="1540" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_30" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_30" ref="debug_button_label_30">
- <bounds x="1624" y="815" width="40" height="22"/>
- </element>
<element name="debug_button_31" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="804" width="80" height="44"/>
</element>
- <element name="debug_button_label_31" ref="debug_button_label_31">
- <bounds x="1708" y="815" width="40" height="22"/>
- </element>
<element name="lamp64" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_32" ref="debug_button_label_32">
- <bounds x="1120" y="863" width="40" height="22"/>
- </element>
<element name="lamp65" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_33" ref="debug_button_label_33">
- <bounds x="1204" y="863" width="40" height="22"/>
- </element>
<element name="lamp66" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_34" ref="debug_button_label_34">
- <bounds x="1288" y="863" width="40" height="22"/>
- </element>
<element name="lamp67" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_35" ref="debug_button_label_35">
- <bounds x="1372" y="863" width="40" height="22"/>
- </element>
<element name="lamp68" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_36" ref="debug_button_label_36">
- <bounds x="1456" y="863" width="40" height="22"/>
- </element>
<element name="lamp69" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_37" ref="debug_button_label_37">
- <bounds x="1540" y="863" width="40" height="22"/>
- </element>
<element name="lamp70" ref="debug_button_standard" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_38" ref="debug_button_label_38">
- <bounds x="1624" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_39" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="852" width="80" height="44"/>
</element>
- <element name="debug_button_label_39" ref="debug_button_label_39">
- <bounds x="1708" y="863" width="40" height="22"/>
- </element>
<element name="debug_button_40" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_40" ref="debug_button_label_40">
- <bounds x="1120" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_41" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_41" ref="debug_button_label_41">
- <bounds x="1204" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_42" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_42" ref="debug_button_label_42">
- <bounds x="1288" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_43" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_43" ref="debug_button_label_43">
- <bounds x="1372" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_44" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_44" ref="debug_button_label_44">
- <bounds x="1456" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_45" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_45" ref="debug_button_label_45">
- <bounds x="1540" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_46" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_46" ref="debug_button_label_46">
- <bounds x="1624" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_47" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="900" width="80" height="44"/>
</element>
- <element name="debug_button_label_47" ref="debug_button_label_47">
- <bounds x="1708" y="911" width="40" height="22"/>
- </element>
<element name="debug_button_48" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_48" ref="debug_button_label_48">
- <bounds x="1120" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_49" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_49" ref="debug_button_label_49">
- <bounds x="1204" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_50" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_50" ref="debug_button_label_50">
- <bounds x="1288" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_51" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_51" ref="debug_button_label_51">
- <bounds x="1372" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_52" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_52" ref="debug_button_label_52">
- <bounds x="1456" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_53" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_53" ref="debug_button_label_53">
- <bounds x="1540" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_54" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_54" ref="debug_button_label_54">
- <bounds x="1624" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_55" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="948" width="80" height="44"/>
</element>
- <element name="debug_button_label_55" ref="debug_button_label_55">
- <bounds x="1708" y="959" width="40" height="22"/>
- </element>
<element name="debug_button_56" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x01">
<bounds x="1100" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_56" ref="debug_button_label_56">
- <bounds x="1120" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_57" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x02">
<bounds x="1184" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_57" ref="debug_button_label_57">
- <bounds x="1204" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_58" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x04">
<bounds x="1268" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_58" ref="debug_button_label_58">
- <bounds x="1288" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_59" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x08">
<bounds x="1352" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_59" ref="debug_button_label_59">
- <bounds x="1372" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_60" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x10">
<bounds x="1436" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_60" ref="debug_button_label_60">
- <bounds x="1456" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_61" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x20">
<bounds x="1520" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_61" ref="debug_button_label_61">
- <bounds x="1540" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_62" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x40">
<bounds x="1604" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_62" ref="debug_button_label_62">
- <bounds x="1624" y="1007" width="40" height="22"/>
- </element>
<element name="debug_button_63" ref="debug_button_unreferenced" state="0" inputtag="TODO" inputmask="0x80">
<bounds x="1688" y="996" width="80" height="44"/>
</element>
- <element name="debug_button_label_63" ref="debug_button_label_63">
- <bounds x="1708" y="1007" width="40" height="22"/>
- </element>
- <element name="vfd15" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd0" ref="debug_vfd" state="0">
- <bounds x="1630" y="600" width="32" height="48"/>
- </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="15" increment="-1" />
+ <param name="x" start="1150" increment="32" />
+ <element name="vfd~n~" ref="debug_vfd" state="0">
+ <bounds x="~x~" y="600" width="32" height="48"/>
+ </element>
+ </repeat>
+
<element ref="reel_background">
<bounds x="1240" y="32" width="120" height="240"/>
</element>
diff --git a/src/mame/layout/pnchmn.lay b/src/mame/layout/pnchmn.lay
index 55e58da484e..2c8e43c3492 100644
--- a/src/mame/layout/pnchmn.lay
+++ b/src/mame/layout/pnchmn.lay
@@ -3,1667 +3,104 @@
license:CC0
-->
<mamelayout version="2">
- <element name="select left right">
- <rect state="0">
- <color red="1.0" green="1.0" blue="1.0" />
- </rect>
- <rect state="1">
- <color red="1.0" green="0.0" blue="0.0" />
- </rect>
+ <element name="disk">
+ <disk />
</element>
- <element name="start lamp">
- <disk state="0">
- <color red="1.0" green="1.0" blue="1.0" />
- </disk>
- <disk state="1">
- <color red="1.0" green="0.0" blue="0.0" />
- </disk>
- </element>
-
- <element name="left top lamp">
- <rect state="0">
- <color red="1.0" green="0.0" blue="0.0" alpha="0" />
- </rect>
- <rect state="1">
- <color red="1.0" green="0.0" blue="0.0" />
- </rect>
- </element>
-
- <element name="left top pad">
- <rect state="0"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="1"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="2"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="3"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="4"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="5"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="6"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="7"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="8"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="9"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="10"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="11"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="12"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="13"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="14"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="15"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="16"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="17"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="18"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="19"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="20"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="21"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="22"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="23"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="24"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="25"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="26"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="27"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="28"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="29"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="30"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="31"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="32"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="33"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="34"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="35"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="36"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="37"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="38"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="39"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="40"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="41"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="42"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="43"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="44"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="45"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="46"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="47"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="48"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="49"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="50"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="51"><color red="1" green="1" blue="1" alpha="0.01" /></rect>
- <rect state="52"><color red="1" green="1" blue="1" alpha="0.02" /></rect>
- <rect state="53"><color red="1" green="1" blue="1" alpha="0.03" /></rect>
- <rect state="54"><color red="1" green="1" blue="1" alpha="0.04" /></rect>
- <rect state="55"><color red="1" green="1" blue="1" alpha="0.05" /></rect>
- <rect state="56"><color red="1" green="1" blue="1" alpha="0.06" /></rect>
- <rect state="57"><color red="1" green="1" blue="1" alpha="0.07" /></rect>
- <rect state="58"><color red="1" green="1" blue="1" alpha="0.08" /></rect>
- <rect state="59"><color red="1" green="1" blue="1" alpha="0.09" /></rect>
- <rect state="60"><color red="1" green="1" blue="1" alpha="0.10" /></rect>
- <rect state="61"><color red="1" green="1" blue="1" alpha="0.11" /></rect>
- <rect state="62"><color red="1" green="1" blue="1" alpha="0.12" /></rect>
- <rect state="63"><color red="1" green="1" blue="1" alpha="0.13" /></rect>
- <rect state="64"><color red="1" green="1" blue="1" alpha="0.14" /></rect>
- <rect state="65"><color red="1" green="1" blue="1" alpha="0.15" /></rect>
- <rect state="66"><color red="1" green="1" blue="1" alpha="0.16" /></rect>
- <rect state="67"><color red="1" green="1" blue="1" alpha="0.17" /></rect>
- <rect state="68"><color red="1" green="1" blue="1" alpha="0.18" /></rect>
- <rect state="69"><color red="1" green="1" blue="1" alpha="0.19" /></rect>
- <rect state="70"><color red="1" green="1" blue="1" alpha="0.20" /></rect>
- <rect state="71"><color red="1" green="1" blue="1" alpha="0.21" /></rect>
- <rect state="72"><color red="1" green="1" blue="1" alpha="0.22" /></rect>
- <rect state="73"><color red="1" green="1" blue="1" alpha="0.23" /></rect>
- <rect state="74"><color red="1" green="1" blue="1" alpha="0.24" /></rect>
- <rect state="75"><color red="1" green="1" blue="1" alpha="0.25" /></rect>
- <rect state="76"><color red="1" green="1" blue="1" alpha="0.26" /></rect>
- <rect state="77"><color red="1" green="1" blue="1" alpha="0.27" /></rect>
- <rect state="78"><color red="1" green="1" blue="1" alpha="0.28" /></rect>
- <rect state="79"><color red="1" green="1" blue="1" alpha="0.29" /></rect>
- <rect state="80"><color red="1" green="1" blue="1" alpha="0.30" /></rect>
- <rect state="81"><color red="1" green="1" blue="1" alpha="0.31" /></rect>
- <rect state="82"><color red="1" green="1" blue="1" alpha="0.32" /></rect>
- <rect state="83"><color red="1" green="1" blue="1" alpha="0.33" /></rect>
- <rect state="84"><color red="1" green="1" blue="1" alpha="0.34" /></rect>
- <rect state="85"><color red="1" green="1" blue="1" alpha="0.35" /></rect>
- <rect state="86"><color red="1" green="1" blue="1" alpha="0.36" /></rect>
- <rect state="87"><color red="1" green="1" blue="1" alpha="0.37" /></rect>
- <rect state="88"><color red="1" green="1" blue="1" alpha="0.38" /></rect>
- <rect state="89"><color red="1" green="1" blue="1" alpha="0.39" /></rect>
- <rect state="90"><color red="1" green="1" blue="1" alpha="0.40" /></rect>
- <rect state="91"><color red="1" green="1" blue="1" alpha="0.41" /></rect>
- <rect state="92"><color red="1" green="1" blue="1" alpha="0.42" /></rect>
- <rect state="93"><color red="1" green="1" blue="1" alpha="0.43" /></rect>
- <rect state="94"><color red="1" green="1" blue="1" alpha="0.44" /></rect>
- <rect state="95"><color red="1" green="1" blue="1" alpha="0.45" /></rect>
- <rect state="96"><color red="1" green="1" blue="1" alpha="0.46" /></rect>
- <rect state="97"><color red="1" green="1" blue="1" alpha="0.47" /></rect>
- <rect state="98"><color red="1" green="1" blue="1" alpha="0.48" /></rect>
- <rect state="99"><color red="1" green="1" blue="1" alpha="0.49" /></rect>
- <rect state="100"><color red="1" green="1" blue="1" alpha="0.50" /></rect>
- <rect state="101"><color red="1" green="1" blue="1" alpha="0.51" /></rect>
- <rect state="102"><color red="1" green="1" blue="1" alpha="0.52" /></rect>
- <rect state="103"><color red="1" green="1" blue="1" alpha="0.53" /></rect>
- <rect state="104"><color red="1" green="1" blue="1" alpha="0.54" /></rect>
- <rect state="105"><color red="1" green="1" blue="1" alpha="0.55" /></rect>
- <rect state="106"><color red="1" green="1" blue="1" alpha="0.56" /></rect>
- <rect state="107"><color red="1" green="1" blue="1" alpha="0.57" /></rect>
- <rect state="108"><color red="1" green="1" blue="1" alpha="0.58" /></rect>
- <rect state="109"><color red="1" green="1" blue="1" alpha="0.59" /></rect>
- <rect state="110"><color red="1" green="1" blue="1" alpha="0.60" /></rect>
- <rect state="111"><color red="1" green="1" blue="1" alpha="0.61" /></rect>
- <rect state="112"><color red="1" green="1" blue="1" alpha="0.62" /></rect>
- <rect state="113"><color red="1" green="1" blue="1" alpha="0.63" /></rect>
- <rect state="114"><color red="1" green="1" blue="1" alpha="0.64" /></rect>
- <rect state="115"><color red="1" green="1" blue="1" alpha="0.65" /></rect>
- <rect state="116"><color red="1" green="1" blue="1" alpha="0.66" /></rect>
- <rect state="117"><color red="1" green="1" blue="1" alpha="0.67" /></rect>
- <rect state="118"><color red="1" green="1" blue="1" alpha="0.68" /></rect>
- <rect state="119"><color red="1" green="1" blue="1" alpha="0.69" /></rect>
- <rect state="120"><color red="1" green="1" blue="1" alpha="0.70" /></rect>
- <rect state="121"><color red="1" green="1" blue="1" alpha="0.71" /></rect>
- <rect state="122"><color red="1" green="1" blue="1" alpha="0.72" /></rect>
- <rect state="123"><color red="1" green="1" blue="1" alpha="0.73" /></rect>
- <rect state="124"><color red="1" green="1" blue="1" alpha="0.74" /></rect>
- <rect state="125"><color red="1" green="1" blue="1" alpha="0.75" /></rect>
- <rect state="126"><color red="1" green="1" blue="1" alpha="0.76" /></rect>
- <rect state="127"><color red="1" green="1" blue="1" alpha="0.77" /></rect>
- <rect state="128"><color red="1" green="1" blue="1" alpha="0.78" /></rect>
- <rect state="129"><color red="1" green="1" blue="1" alpha="0.79" /></rect>
- <rect state="130"><color red="1" green="1" blue="1" alpha="0.80" /></rect>
- <rect state="131"><color red="1" green="1" blue="1" alpha="0.81" /></rect>
- <rect state="132"><color red="1" green="1" blue="1" alpha="0.82" /></rect>
- <rect state="133"><color red="1" green="1" blue="1" alpha="0.83" /></rect>
- <rect state="134"><color red="1" green="1" blue="1" alpha="0.84" /></rect>
- <rect state="135"><color red="1" green="1" blue="1" alpha="0.85" /></rect>
- <rect state="136"><color red="1" green="1" blue="1" alpha="0.86" /></rect>
- <rect state="137"><color red="1" green="1" blue="1" alpha="0.87" /></rect>
- <rect state="138"><color red="1" green="1" blue="1" alpha="0.88" /></rect>
- <rect state="139"><color red="1" green="1" blue="1" alpha="0.89" /></rect>
- <rect state="140"><color red="1" green="1" blue="1" alpha="0.90" /></rect>
- <rect state="141"><color red="1" green="1" blue="1" alpha="0.91" /></rect>
- <rect state="142"><color red="1" green="1" blue="1" alpha="0.92" /></rect>
- <rect state="143"><color red="1" green="1" blue="1" alpha="0.93" /></rect>
- <rect state="144"><color red="1" green="1" blue="1" alpha="0.94" /></rect>
- <rect state="145"><color red="1" green="1" blue="1" alpha="0.95" /></rect>
- <rect state="146"><color red="1" green="1" blue="1" alpha="0.96" /></rect>
- <rect state="147"><color red="1" green="1" blue="1" alpha="0.97" /></rect>
- <rect state="148"><color red="1" green="1" blue="1" alpha="0.98" /></rect>
- <rect state="149"><color red="1" green="1" blue="1" alpha="0.99" /></rect>
- <rect state="150"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="151"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="152"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="153"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="154"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="155"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="156"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="157"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="158"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="159"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="160"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="161"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="162"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="163"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="164"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="165"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="166"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="167"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="168"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="169"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="170"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="171"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="172"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="173"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="174"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="175"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="176"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="177"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="178"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="179"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="180"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="181"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="182"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="183"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="184"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="185"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="186"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="187"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="188"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="189"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="190"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="191"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="192"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="193"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="194"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="195"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="196"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="197"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="198"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="199"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="200"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="201"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="202"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="203"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="204"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="205"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="206"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="207"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="208"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="209"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="210"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="211"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="212"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="213"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="214"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="215"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="216"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="217"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="218"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="219"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="220"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="221"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="222"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="223"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="224"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="225"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="226"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="227"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="228"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="229"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="230"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="231"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="232"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="233"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="234"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="235"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="236"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="237"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="238"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="239"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="240"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="241"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="242"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="243"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="244"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="245"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="246"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="247"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="248"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="249"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="250"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="251"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="252"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="253"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="254"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="255"><color red="1" green="1" blue="1" alpha="1" /></rect>
- </element>
-
- <element name="left middle lamp">
- <rect state="0">
- <color red="1.0" green="0.0" blue="0.0" alpha="0" />
- </rect>
- <rect state="1">
- <color red="1.0" green="0.0" blue="0.0" />
- </rect>
- </element>
-
- <element name="left middle pad">
- <rect state="0"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="1"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="2"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="3"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="4"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="5"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="6"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="7"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="8"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="9"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="10"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="11"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="12"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="13"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="14"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="15"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="16"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="17"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="18"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="19"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="20"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="21"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="22"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="23"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="24"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="25"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="26"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="27"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="28"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="29"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="30"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="31"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="32"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="33"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="34"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="35"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="36"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="37"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="38"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="39"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="40"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="41"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="42"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="43"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="44"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="45"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="46"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="47"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="48"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="49"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="50"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="51"><color red="1" green="1" blue="1" alpha="0.01" /></rect>
- <rect state="52"><color red="1" green="1" blue="1" alpha="0.02" /></rect>
- <rect state="53"><color red="1" green="1" blue="1" alpha="0.03" /></rect>
- <rect state="54"><color red="1" green="1" blue="1" alpha="0.04" /></rect>
- <rect state="55"><color red="1" green="1" blue="1" alpha="0.05" /></rect>
- <rect state="56"><color red="1" green="1" blue="1" alpha="0.06" /></rect>
- <rect state="57"><color red="1" green="1" blue="1" alpha="0.07" /></rect>
- <rect state="58"><color red="1" green="1" blue="1" alpha="0.08" /></rect>
- <rect state="59"><color red="1" green="1" blue="1" alpha="0.09" /></rect>
- <rect state="60"><color red="1" green="1" blue="1" alpha="0.10" /></rect>
- <rect state="61"><color red="1" green="1" blue="1" alpha="0.11" /></rect>
- <rect state="62"><color red="1" green="1" blue="1" alpha="0.12" /></rect>
- <rect state="63"><color red="1" green="1" blue="1" alpha="0.13" /></rect>
- <rect state="64"><color red="1" green="1" blue="1" alpha="0.14" /></rect>
- <rect state="65"><color red="1" green="1" blue="1" alpha="0.15" /></rect>
- <rect state="66"><color red="1" green="1" blue="1" alpha="0.16" /></rect>
- <rect state="67"><color red="1" green="1" blue="1" alpha="0.17" /></rect>
- <rect state="68"><color red="1" green="1" blue="1" alpha="0.18" /></rect>
- <rect state="69"><color red="1" green="1" blue="1" alpha="0.19" /></rect>
- <rect state="70"><color red="1" green="1" blue="1" alpha="0.20" /></rect>
- <rect state="71"><color red="1" green="1" blue="1" alpha="0.21" /></rect>
- <rect state="72"><color red="1" green="1" blue="1" alpha="0.22" /></rect>
- <rect state="73"><color red="1" green="1" blue="1" alpha="0.23" /></rect>
- <rect state="74"><color red="1" green="1" blue="1" alpha="0.24" /></rect>
- <rect state="75"><color red="1" green="1" blue="1" alpha="0.25" /></rect>
- <rect state="76"><color red="1" green="1" blue="1" alpha="0.26" /></rect>
- <rect state="77"><color red="1" green="1" blue="1" alpha="0.27" /></rect>
- <rect state="78"><color red="1" green="1" blue="1" alpha="0.28" /></rect>
- <rect state="79"><color red="1" green="1" blue="1" alpha="0.29" /></rect>
- <rect state="80"><color red="1" green="1" blue="1" alpha="0.30" /></rect>
- <rect state="81"><color red="1" green="1" blue="1" alpha="0.31" /></rect>
- <rect state="82"><color red="1" green="1" blue="1" alpha="0.32" /></rect>
- <rect state="83"><color red="1" green="1" blue="1" alpha="0.33" /></rect>
- <rect state="84"><color red="1" green="1" blue="1" alpha="0.34" /></rect>
- <rect state="85"><color red="1" green="1" blue="1" alpha="0.35" /></rect>
- <rect state="86"><color red="1" green="1" blue="1" alpha="0.36" /></rect>
- <rect state="87"><color red="1" green="1" blue="1" alpha="0.37" /></rect>
- <rect state="88"><color red="1" green="1" blue="1" alpha="0.38" /></rect>
- <rect state="89"><color red="1" green="1" blue="1" alpha="0.39" /></rect>
- <rect state="90"><color red="1" green="1" blue="1" alpha="0.40" /></rect>
- <rect state="91"><color red="1" green="1" blue="1" alpha="0.41" /></rect>
- <rect state="92"><color red="1" green="1" blue="1" alpha="0.42" /></rect>
- <rect state="93"><color red="1" green="1" blue="1" alpha="0.43" /></rect>
- <rect state="94"><color red="1" green="1" blue="1" alpha="0.44" /></rect>
- <rect state="95"><color red="1" green="1" blue="1" alpha="0.45" /></rect>
- <rect state="96"><color red="1" green="1" blue="1" alpha="0.46" /></rect>
- <rect state="97"><color red="1" green="1" blue="1" alpha="0.47" /></rect>
- <rect state="98"><color red="1" green="1" blue="1" alpha="0.48" /></rect>
- <rect state="99"><color red="1" green="1" blue="1" alpha="0.49" /></rect>
- <rect state="100"><color red="1" green="1" blue="1" alpha="0.50" /></rect>
- <rect state="101"><color red="1" green="1" blue="1" alpha="0.51" /></rect>
- <rect state="102"><color red="1" green="1" blue="1" alpha="0.52" /></rect>
- <rect state="103"><color red="1" green="1" blue="1" alpha="0.53" /></rect>
- <rect state="104"><color red="1" green="1" blue="1" alpha="0.54" /></rect>
- <rect state="105"><color red="1" green="1" blue="1" alpha="0.55" /></rect>
- <rect state="106"><color red="1" green="1" blue="1" alpha="0.56" /></rect>
- <rect state="107"><color red="1" green="1" blue="1" alpha="0.57" /></rect>
- <rect state="108"><color red="1" green="1" blue="1" alpha="0.58" /></rect>
- <rect state="109"><color red="1" green="1" blue="1" alpha="0.59" /></rect>
- <rect state="110"><color red="1" green="1" blue="1" alpha="0.60" /></rect>
- <rect state="111"><color red="1" green="1" blue="1" alpha="0.61" /></rect>
- <rect state="112"><color red="1" green="1" blue="1" alpha="0.62" /></rect>
- <rect state="113"><color red="1" green="1" blue="1" alpha="0.63" /></rect>
- <rect state="114"><color red="1" green="1" blue="1" alpha="0.64" /></rect>
- <rect state="115"><color red="1" green="1" blue="1" alpha="0.65" /></rect>
- <rect state="116"><color red="1" green="1" blue="1" alpha="0.66" /></rect>
- <rect state="117"><color red="1" green="1" blue="1" alpha="0.67" /></rect>
- <rect state="118"><color red="1" green="1" blue="1" alpha="0.68" /></rect>
- <rect state="119"><color red="1" green="1" blue="1" alpha="0.69" /></rect>
- <rect state="120"><color red="1" green="1" blue="1" alpha="0.70" /></rect>
- <rect state="121"><color red="1" green="1" blue="1" alpha="0.71" /></rect>
- <rect state="122"><color red="1" green="1" blue="1" alpha="0.72" /></rect>
- <rect state="123"><color red="1" green="1" blue="1" alpha="0.73" /></rect>
- <rect state="124"><color red="1" green="1" blue="1" alpha="0.74" /></rect>
- <rect state="125"><color red="1" green="1" blue="1" alpha="0.75" /></rect>
- <rect state="126"><color red="1" green="1" blue="1" alpha="0.76" /></rect>
- <rect state="127"><color red="1" green="1" blue="1" alpha="0.77" /></rect>
- <rect state="128"><color red="1" green="1" blue="1" alpha="0.78" /></rect>
- <rect state="129"><color red="1" green="1" blue="1" alpha="0.79" /></rect>
- <rect state="130"><color red="1" green="1" blue="1" alpha="0.80" /></rect>
- <rect state="131"><color red="1" green="1" blue="1" alpha="0.81" /></rect>
- <rect state="132"><color red="1" green="1" blue="1" alpha="0.82" /></rect>
- <rect state="133"><color red="1" green="1" blue="1" alpha="0.83" /></rect>
- <rect state="134"><color red="1" green="1" blue="1" alpha="0.84" /></rect>
- <rect state="135"><color red="1" green="1" blue="1" alpha="0.85" /></rect>
- <rect state="136"><color red="1" green="1" blue="1" alpha="0.86" /></rect>
- <rect state="137"><color red="1" green="1" blue="1" alpha="0.87" /></rect>
- <rect state="138"><color red="1" green="1" blue="1" alpha="0.88" /></rect>
- <rect state="139"><color red="1" green="1" blue="1" alpha="0.89" /></rect>
- <rect state="140"><color red="1" green="1" blue="1" alpha="0.90" /></rect>
- <rect state="141"><color red="1" green="1" blue="1" alpha="0.91" /></rect>
- <rect state="142"><color red="1" green="1" blue="1" alpha="0.92" /></rect>
- <rect state="143"><color red="1" green="1" blue="1" alpha="0.93" /></rect>
- <rect state="144"><color red="1" green="1" blue="1" alpha="0.94" /></rect>
- <rect state="145"><color red="1" green="1" blue="1" alpha="0.95" /></rect>
- <rect state="146"><color red="1" green="1" blue="1" alpha="0.96" /></rect>
- <rect state="147"><color red="1" green="1" blue="1" alpha="0.97" /></rect>
- <rect state="148"><color red="1" green="1" blue="1" alpha="0.98" /></rect>
- <rect state="149"><color red="1" green="1" blue="1" alpha="0.99" /></rect>
- <rect state="150"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="151"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="152"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="153"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="154"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="155"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="156"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="157"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="158"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="159"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="160"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="161"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="162"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="163"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="164"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="165"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="166"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="167"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="168"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="169"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="170"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="171"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="172"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="173"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="174"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="175"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="176"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="177"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="178"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="179"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="180"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="181"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="182"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="183"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="184"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="185"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="186"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="187"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="188"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="189"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="190"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="191"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="192"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="193"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="194"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="195"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="196"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="197"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="198"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="199"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="200"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="201"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="202"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="203"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="204"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="205"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="206"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="207"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="208"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="209"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="210"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="211"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="212"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="213"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="214"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="215"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="216"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="217"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="218"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="219"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="220"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="221"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="222"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="223"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="224"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="225"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="226"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="227"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="228"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="229"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="230"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="231"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="232"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="233"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="234"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="235"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="236"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="237"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="238"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="239"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="240"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="241"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="242"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="243"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="244"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="245"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="246"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="247"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="248"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="249"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="250"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="251"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="252"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="253"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="254"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="255"><color red="1" green="1" blue="1" alpha="1" /></rect>
- </element>
-
- <element name="left bottom lamp">
- <rect state="0">
- <color red="1.0" green="0.0" blue="0.0" alpha="0" />
- </rect>
- <rect state="1">
- <color red="1.0" green="0.0" blue="0.0" />
- </rect>
- </element>
-
- <element name="left bottom pad">
- <rect state="0"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="1"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="2"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="3"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="4"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="5"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="6"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="7"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="8"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="9"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="10"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="11"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="12"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="13"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="14"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="15"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="16"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="17"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="18"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="19"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="20"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="21"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="22"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="23"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="24"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="25"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="26"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="27"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="28"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="29"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="30"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="31"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="32"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="33"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="34"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="35"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="36"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="37"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="38"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="39"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="40"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="41"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="42"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="43"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="44"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="45"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="46"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="47"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="48"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="49"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="50"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="51"><color red="1" green="1" blue="1" alpha="0.01" /></rect>
- <rect state="52"><color red="1" green="1" blue="1" alpha="0.02" /></rect>
- <rect state="53"><color red="1" green="1" blue="1" alpha="0.03" /></rect>
- <rect state="54"><color red="1" green="1" blue="1" alpha="0.04" /></rect>
- <rect state="55"><color red="1" green="1" blue="1" alpha="0.05" /></rect>
- <rect state="56"><color red="1" green="1" blue="1" alpha="0.06" /></rect>
- <rect state="57"><color red="1" green="1" blue="1" alpha="0.07" /></rect>
- <rect state="58"><color red="1" green="1" blue="1" alpha="0.08" /></rect>
- <rect state="59"><color red="1" green="1" blue="1" alpha="0.09" /></rect>
- <rect state="60"><color red="1" green="1" blue="1" alpha="0.10" /></rect>
- <rect state="61"><color red="1" green="1" blue="1" alpha="0.11" /></rect>
- <rect state="62"><color red="1" green="1" blue="1" alpha="0.12" /></rect>
- <rect state="63"><color red="1" green="1" blue="1" alpha="0.13" /></rect>
- <rect state="64"><color red="1" green="1" blue="1" alpha="0.14" /></rect>
- <rect state="65"><color red="1" green="1" blue="1" alpha="0.15" /></rect>
- <rect state="66"><color red="1" green="1" blue="1" alpha="0.16" /></rect>
- <rect state="67"><color red="1" green="1" blue="1" alpha="0.17" /></rect>
- <rect state="68"><color red="1" green="1" blue="1" alpha="0.18" /></rect>
- <rect state="69"><color red="1" green="1" blue="1" alpha="0.19" /></rect>
- <rect state="70"><color red="1" green="1" blue="1" alpha="0.20" /></rect>
- <rect state="71"><color red="1" green="1" blue="1" alpha="0.21" /></rect>
- <rect state="72"><color red="1" green="1" blue="1" alpha="0.22" /></rect>
- <rect state="73"><color red="1" green="1" blue="1" alpha="0.23" /></rect>
- <rect state="74"><color red="1" green="1" blue="1" alpha="0.24" /></rect>
- <rect state="75"><color red="1" green="1" blue="1" alpha="0.25" /></rect>
- <rect state="76"><color red="1" green="1" blue="1" alpha="0.26" /></rect>
- <rect state="77"><color red="1" green="1" blue="1" alpha="0.27" /></rect>
- <rect state="78"><color red="1" green="1" blue="1" alpha="0.28" /></rect>
- <rect state="79"><color red="1" green="1" blue="1" alpha="0.29" /></rect>
- <rect state="80"><color red="1" green="1" blue="1" alpha="0.30" /></rect>
- <rect state="81"><color red="1" green="1" blue="1" alpha="0.31" /></rect>
- <rect state="82"><color red="1" green="1" blue="1" alpha="0.32" /></rect>
- <rect state="83"><color red="1" green="1" blue="1" alpha="0.33" /></rect>
- <rect state="84"><color red="1" green="1" blue="1" alpha="0.34" /></rect>
- <rect state="85"><color red="1" green="1" blue="1" alpha="0.35" /></rect>
- <rect state="86"><color red="1" green="1" blue="1" alpha="0.36" /></rect>
- <rect state="87"><color red="1" green="1" blue="1" alpha="0.37" /></rect>
- <rect state="88"><color red="1" green="1" blue="1" alpha="0.38" /></rect>
- <rect state="89"><color red="1" green="1" blue="1" alpha="0.39" /></rect>
- <rect state="90"><color red="1" green="1" blue="1" alpha="0.40" /></rect>
- <rect state="91"><color red="1" green="1" blue="1" alpha="0.41" /></rect>
- <rect state="92"><color red="1" green="1" blue="1" alpha="0.42" /></rect>
- <rect state="93"><color red="1" green="1" blue="1" alpha="0.43" /></rect>
- <rect state="94"><color red="1" green="1" blue="1" alpha="0.44" /></rect>
- <rect state="95"><color red="1" green="1" blue="1" alpha="0.45" /></rect>
- <rect state="96"><color red="1" green="1" blue="1" alpha="0.46" /></rect>
- <rect state="97"><color red="1" green="1" blue="1" alpha="0.47" /></rect>
- <rect state="98"><color red="1" green="1" blue="1" alpha="0.48" /></rect>
- <rect state="99"><color red="1" green="1" blue="1" alpha="0.49" /></rect>
- <rect state="100"><color red="1" green="1" blue="1" alpha="0.50" /></rect>
- <rect state="101"><color red="1" green="1" blue="1" alpha="0.51" /></rect>
- <rect state="102"><color red="1" green="1" blue="1" alpha="0.52" /></rect>
- <rect state="103"><color red="1" green="1" blue="1" alpha="0.53" /></rect>
- <rect state="104"><color red="1" green="1" blue="1" alpha="0.54" /></rect>
- <rect state="105"><color red="1" green="1" blue="1" alpha="0.55" /></rect>
- <rect state="106"><color red="1" green="1" blue="1" alpha="0.56" /></rect>
- <rect state="107"><color red="1" green="1" blue="1" alpha="0.57" /></rect>
- <rect state="108"><color red="1" green="1" blue="1" alpha="0.58" /></rect>
- <rect state="109"><color red="1" green="1" blue="1" alpha="0.59" /></rect>
- <rect state="110"><color red="1" green="1" blue="1" alpha="0.60" /></rect>
- <rect state="111"><color red="1" green="1" blue="1" alpha="0.61" /></rect>
- <rect state="112"><color red="1" green="1" blue="1" alpha="0.62" /></rect>
- <rect state="113"><color red="1" green="1" blue="1" alpha="0.63" /></rect>
- <rect state="114"><color red="1" green="1" blue="1" alpha="0.64" /></rect>
- <rect state="115"><color red="1" green="1" blue="1" alpha="0.65" /></rect>
- <rect state="116"><color red="1" green="1" blue="1" alpha="0.66" /></rect>
- <rect state="117"><color red="1" green="1" blue="1" alpha="0.67" /></rect>
- <rect state="118"><color red="1" green="1" blue="1" alpha="0.68" /></rect>
- <rect state="119"><color red="1" green="1" blue="1" alpha="0.69" /></rect>
- <rect state="120"><color red="1" green="1" blue="1" alpha="0.70" /></rect>
- <rect state="121"><color red="1" green="1" blue="1" alpha="0.71" /></rect>
- <rect state="122"><color red="1" green="1" blue="1" alpha="0.72" /></rect>
- <rect state="123"><color red="1" green="1" blue="1" alpha="0.73" /></rect>
- <rect state="124"><color red="1" green="1" blue="1" alpha="0.74" /></rect>
- <rect state="125"><color red="1" green="1" blue="1" alpha="0.75" /></rect>
- <rect state="126"><color red="1" green="1" blue="1" alpha="0.76" /></rect>
- <rect state="127"><color red="1" green="1" blue="1" alpha="0.77" /></rect>
- <rect state="128"><color red="1" green="1" blue="1" alpha="0.78" /></rect>
- <rect state="129"><color red="1" green="1" blue="1" alpha="0.79" /></rect>
- <rect state="130"><color red="1" green="1" blue="1" alpha="0.80" /></rect>
- <rect state="131"><color red="1" green="1" blue="1" alpha="0.81" /></rect>
- <rect state="132"><color red="1" green="1" blue="1" alpha="0.82" /></rect>
- <rect state="133"><color red="1" green="1" blue="1" alpha="0.83" /></rect>
- <rect state="134"><color red="1" green="1" blue="1" alpha="0.84" /></rect>
- <rect state="135"><color red="1" green="1" blue="1" alpha="0.85" /></rect>
- <rect state="136"><color red="1" green="1" blue="1" alpha="0.86" /></rect>
- <rect state="137"><color red="1" green="1" blue="1" alpha="0.87" /></rect>
- <rect state="138"><color red="1" green="1" blue="1" alpha="0.88" /></rect>
- <rect state="139"><color red="1" green="1" blue="1" alpha="0.89" /></rect>
- <rect state="140"><color red="1" green="1" blue="1" alpha="0.90" /></rect>
- <rect state="141"><color red="1" green="1" blue="1" alpha="0.91" /></rect>
- <rect state="142"><color red="1" green="1" blue="1" alpha="0.92" /></rect>
- <rect state="143"><color red="1" green="1" blue="1" alpha="0.93" /></rect>
- <rect state="144"><color red="1" green="1" blue="1" alpha="0.94" /></rect>
- <rect state="145"><color red="1" green="1" blue="1" alpha="0.95" /></rect>
- <rect state="146"><color red="1" green="1" blue="1" alpha="0.96" /></rect>
- <rect state="147"><color red="1" green="1" blue="1" alpha="0.97" /></rect>
- <rect state="148"><color red="1" green="1" blue="1" alpha="0.98" /></rect>
- <rect state="149"><color red="1" green="1" blue="1" alpha="0.99" /></rect>
- <rect state="150"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="151"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="152"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="153"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="154"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="155"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="156"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="157"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="158"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="159"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="160"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="161"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="162"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="163"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="164"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="165"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="166"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="167"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="168"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="169"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="170"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="171"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="172"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="173"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="174"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="175"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="176"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="177"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="178"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="179"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="180"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="181"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="182"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="183"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="184"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="185"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="186"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="187"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="188"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="189"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="190"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="191"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="192"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="193"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="194"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="195"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="196"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="197"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="198"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="199"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="200"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="201"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="202"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="203"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="204"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="205"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="206"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="207"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="208"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="209"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="210"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="211"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="212"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="213"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="214"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="215"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="216"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="217"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="218"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="219"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="220"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="221"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="222"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="223"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="224"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="225"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="226"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="227"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="228"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="229"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="230"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="231"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="232"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="233"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="234"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="235"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="236"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="237"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="238"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="239"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="240"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="241"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="242"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="243"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="244"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="245"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="246"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="247"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="248"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="249"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="250"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="251"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="252"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="253"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="254"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="255"><color red="1" green="1" blue="1" alpha="1" /></rect>
- </element>
-
- <element name="right top lamp">
- <rect state="0">
- <color red="1.0" green="0.0" blue="0.0" alpha="0" />
- </rect>
- <rect state="1">
- <color red="1.0" green="0.0" blue="0.0" />
- </rect>
- </element>
-
- <element name="right top pad">
- <rect state="0"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="1"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="2"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="3"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="4"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="5"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="6"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="7"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="8"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="9"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="10"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="11"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="12"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="13"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="14"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="15"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="16"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="17"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="18"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="19"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="20"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="21"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="22"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="23"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="24"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="25"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="26"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="27"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="28"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="29"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="30"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="31"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="32"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="33"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="34"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="35"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="36"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="37"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="38"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="39"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="40"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="41"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="42"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="43"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="44"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="45"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="46"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="47"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="48"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="49"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="50"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="51"><color red="1" green="1" blue="1" alpha="0.01" /></rect>
- <rect state="52"><color red="1" green="1" blue="1" alpha="0.02" /></rect>
- <rect state="53"><color red="1" green="1" blue="1" alpha="0.03" /></rect>
- <rect state="54"><color red="1" green="1" blue="1" alpha="0.04" /></rect>
- <rect state="55"><color red="1" green="1" blue="1" alpha="0.05" /></rect>
- <rect state="56"><color red="1" green="1" blue="1" alpha="0.06" /></rect>
- <rect state="57"><color red="1" green="1" blue="1" alpha="0.07" /></rect>
- <rect state="58"><color red="1" green="1" blue="1" alpha="0.08" /></rect>
- <rect state="59"><color red="1" green="1" blue="1" alpha="0.09" /></rect>
- <rect state="60"><color red="1" green="1" blue="1" alpha="0.10" /></rect>
- <rect state="61"><color red="1" green="1" blue="1" alpha="0.11" /></rect>
- <rect state="62"><color red="1" green="1" blue="1" alpha="0.12" /></rect>
- <rect state="63"><color red="1" green="1" blue="1" alpha="0.13" /></rect>
- <rect state="64"><color red="1" green="1" blue="1" alpha="0.14" /></rect>
- <rect state="65"><color red="1" green="1" blue="1" alpha="0.15" /></rect>
- <rect state="66"><color red="1" green="1" blue="1" alpha="0.16" /></rect>
- <rect state="67"><color red="1" green="1" blue="1" alpha="0.17" /></rect>
- <rect state="68"><color red="1" green="1" blue="1" alpha="0.18" /></rect>
- <rect state="69"><color red="1" green="1" blue="1" alpha="0.19" /></rect>
- <rect state="70"><color red="1" green="1" blue="1" alpha="0.20" /></rect>
- <rect state="71"><color red="1" green="1" blue="1" alpha="0.21" /></rect>
- <rect state="72"><color red="1" green="1" blue="1" alpha="0.22" /></rect>
- <rect state="73"><color red="1" green="1" blue="1" alpha="0.23" /></rect>
- <rect state="74"><color red="1" green="1" blue="1" alpha="0.24" /></rect>
- <rect state="75"><color red="1" green="1" blue="1" alpha="0.25" /></rect>
- <rect state="76"><color red="1" green="1" blue="1" alpha="0.26" /></rect>
- <rect state="77"><color red="1" green="1" blue="1" alpha="0.27" /></rect>
- <rect state="78"><color red="1" green="1" blue="1" alpha="0.28" /></rect>
- <rect state="79"><color red="1" green="1" blue="1" alpha="0.29" /></rect>
- <rect state="80"><color red="1" green="1" blue="1" alpha="0.30" /></rect>
- <rect state="81"><color red="1" green="1" blue="1" alpha="0.31" /></rect>
- <rect state="82"><color red="1" green="1" blue="1" alpha="0.32" /></rect>
- <rect state="83"><color red="1" green="1" blue="1" alpha="0.33" /></rect>
- <rect state="84"><color red="1" green="1" blue="1" alpha="0.34" /></rect>
- <rect state="85"><color red="1" green="1" blue="1" alpha="0.35" /></rect>
- <rect state="86"><color red="1" green="1" blue="1" alpha="0.36" /></rect>
- <rect state="87"><color red="1" green="1" blue="1" alpha="0.37" /></rect>
- <rect state="88"><color red="1" green="1" blue="1" alpha="0.38" /></rect>
- <rect state="89"><color red="1" green="1" blue="1" alpha="0.39" /></rect>
- <rect state="90"><color red="1" green="1" blue="1" alpha="0.40" /></rect>
- <rect state="91"><color red="1" green="1" blue="1" alpha="0.41" /></rect>
- <rect state="92"><color red="1" green="1" blue="1" alpha="0.42" /></rect>
- <rect state="93"><color red="1" green="1" blue="1" alpha="0.43" /></rect>
- <rect state="94"><color red="1" green="1" blue="1" alpha="0.44" /></rect>
- <rect state="95"><color red="1" green="1" blue="1" alpha="0.45" /></rect>
- <rect state="96"><color red="1" green="1" blue="1" alpha="0.46" /></rect>
- <rect state="97"><color red="1" green="1" blue="1" alpha="0.47" /></rect>
- <rect state="98"><color red="1" green="1" blue="1" alpha="0.48" /></rect>
- <rect state="99"><color red="1" green="1" blue="1" alpha="0.49" /></rect>
- <rect state="100"><color red="1" green="1" blue="1" alpha="0.50" /></rect>
- <rect state="101"><color red="1" green="1" blue="1" alpha="0.51" /></rect>
- <rect state="102"><color red="1" green="1" blue="1" alpha="0.52" /></rect>
- <rect state="103"><color red="1" green="1" blue="1" alpha="0.53" /></rect>
- <rect state="104"><color red="1" green="1" blue="1" alpha="0.54" /></rect>
- <rect state="105"><color red="1" green="1" blue="1" alpha="0.55" /></rect>
- <rect state="106"><color red="1" green="1" blue="1" alpha="0.56" /></rect>
- <rect state="107"><color red="1" green="1" blue="1" alpha="0.57" /></rect>
- <rect state="108"><color red="1" green="1" blue="1" alpha="0.58" /></rect>
- <rect state="109"><color red="1" green="1" blue="1" alpha="0.59" /></rect>
- <rect state="110"><color red="1" green="1" blue="1" alpha="0.60" /></rect>
- <rect state="111"><color red="1" green="1" blue="1" alpha="0.61" /></rect>
- <rect state="112"><color red="1" green="1" blue="1" alpha="0.62" /></rect>
- <rect state="113"><color red="1" green="1" blue="1" alpha="0.63" /></rect>
- <rect state="114"><color red="1" green="1" blue="1" alpha="0.64" /></rect>
- <rect state="115"><color red="1" green="1" blue="1" alpha="0.65" /></rect>
- <rect state="116"><color red="1" green="1" blue="1" alpha="0.66" /></rect>
- <rect state="117"><color red="1" green="1" blue="1" alpha="0.67" /></rect>
- <rect state="118"><color red="1" green="1" blue="1" alpha="0.68" /></rect>
- <rect state="119"><color red="1" green="1" blue="1" alpha="0.69" /></rect>
- <rect state="120"><color red="1" green="1" blue="1" alpha="0.70" /></rect>
- <rect state="121"><color red="1" green="1" blue="1" alpha="0.71" /></rect>
- <rect state="122"><color red="1" green="1" blue="1" alpha="0.72" /></rect>
- <rect state="123"><color red="1" green="1" blue="1" alpha="0.73" /></rect>
- <rect state="124"><color red="1" green="1" blue="1" alpha="0.74" /></rect>
- <rect state="125"><color red="1" green="1" blue="1" alpha="0.75" /></rect>
- <rect state="126"><color red="1" green="1" blue="1" alpha="0.76" /></rect>
- <rect state="127"><color red="1" green="1" blue="1" alpha="0.77" /></rect>
- <rect state="128"><color red="1" green="1" blue="1" alpha="0.78" /></rect>
- <rect state="129"><color red="1" green="1" blue="1" alpha="0.79" /></rect>
- <rect state="130"><color red="1" green="1" blue="1" alpha="0.80" /></rect>
- <rect state="131"><color red="1" green="1" blue="1" alpha="0.81" /></rect>
- <rect state="132"><color red="1" green="1" blue="1" alpha="0.82" /></rect>
- <rect state="133"><color red="1" green="1" blue="1" alpha="0.83" /></rect>
- <rect state="134"><color red="1" green="1" blue="1" alpha="0.84" /></rect>
- <rect state="135"><color red="1" green="1" blue="1" alpha="0.85" /></rect>
- <rect state="136"><color red="1" green="1" blue="1" alpha="0.86" /></rect>
- <rect state="137"><color red="1" green="1" blue="1" alpha="0.87" /></rect>
- <rect state="138"><color red="1" green="1" blue="1" alpha="0.88" /></rect>
- <rect state="139"><color red="1" green="1" blue="1" alpha="0.89" /></rect>
- <rect state="140"><color red="1" green="1" blue="1" alpha="0.90" /></rect>
- <rect state="141"><color red="1" green="1" blue="1" alpha="0.91" /></rect>
- <rect state="142"><color red="1" green="1" blue="1" alpha="0.92" /></rect>
- <rect state="143"><color red="1" green="1" blue="1" alpha="0.93" /></rect>
- <rect state="144"><color red="1" green="1" blue="1" alpha="0.94" /></rect>
- <rect state="145"><color red="1" green="1" blue="1" alpha="0.95" /></rect>
- <rect state="146"><color red="1" green="1" blue="1" alpha="0.96" /></rect>
- <rect state="147"><color red="1" green="1" blue="1" alpha="0.97" /></rect>
- <rect state="148"><color red="1" green="1" blue="1" alpha="0.98" /></rect>
- <rect state="149"><color red="1" green="1" blue="1" alpha="0.99" /></rect>
- <rect state="150"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="151"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="152"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="153"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="154"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="155"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="156"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="157"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="158"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="159"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="160"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="161"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="162"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="163"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="164"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="165"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="166"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="167"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="168"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="169"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="170"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="171"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="172"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="173"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="174"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="175"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="176"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="177"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="178"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="179"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="180"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="181"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="182"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="183"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="184"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="185"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="186"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="187"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="188"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="189"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="190"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="191"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="192"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="193"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="194"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="195"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="196"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="197"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="198"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="199"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="200"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="201"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="202"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="203"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="204"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="205"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="206"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="207"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="208"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="209"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="210"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="211"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="212"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="213"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="214"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="215"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="216"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="217"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="218"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="219"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="220"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="221"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="222"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="223"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="224"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="225"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="226"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="227"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="228"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="229"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="230"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="231"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="232"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="233"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="234"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="235"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="236"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="237"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="238"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="239"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="240"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="241"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="242"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="243"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="244"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="245"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="246"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="247"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="248"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="249"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="250"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="251"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="252"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="253"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="254"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="255"><color red="1" green="1" blue="1" alpha="1" /></rect>
- </element>
-
- <element name="right middle lamp">
- <rect state="0">
- <color red="1.0" green="0.0" blue="0.0" alpha="0" />
- </rect>
- <rect state="1">
- <color red="1.0" green="0.0" blue="0.0" />
- </rect>
- </element>
-
- <element name="right middle pad">
- <rect state="0"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="1"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="2"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="3"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="4"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="5"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="6"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="7"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="8"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="9"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="10"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="11"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="12"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="13"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="14"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="15"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="16"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="17"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="18"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="19"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="20"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="21"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="22"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="23"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="24"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="25"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="26"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="27"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="28"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="29"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="30"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="31"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="32"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="33"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="34"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="35"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="36"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="37"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="38"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="39"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="40"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="41"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="42"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="43"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="44"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="45"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="46"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="47"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="48"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="49"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="50"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="51"><color red="1" green="1" blue="1" alpha="0.01" /></rect>
- <rect state="52"><color red="1" green="1" blue="1" alpha="0.02" /></rect>
- <rect state="53"><color red="1" green="1" blue="1" alpha="0.03" /></rect>
- <rect state="54"><color red="1" green="1" blue="1" alpha="0.04" /></rect>
- <rect state="55"><color red="1" green="1" blue="1" alpha="0.05" /></rect>
- <rect state="56"><color red="1" green="1" blue="1" alpha="0.06" /></rect>
- <rect state="57"><color red="1" green="1" blue="1" alpha="0.07" /></rect>
- <rect state="58"><color red="1" green="1" blue="1" alpha="0.08" /></rect>
- <rect state="59"><color red="1" green="1" blue="1" alpha="0.09" /></rect>
- <rect state="60"><color red="1" green="1" blue="1" alpha="0.10" /></rect>
- <rect state="61"><color red="1" green="1" blue="1" alpha="0.11" /></rect>
- <rect state="62"><color red="1" green="1" blue="1" alpha="0.12" /></rect>
- <rect state="63"><color red="1" green="1" blue="1" alpha="0.13" /></rect>
- <rect state="64"><color red="1" green="1" blue="1" alpha="0.14" /></rect>
- <rect state="65"><color red="1" green="1" blue="1" alpha="0.15" /></rect>
- <rect state="66"><color red="1" green="1" blue="1" alpha="0.16" /></rect>
- <rect state="67"><color red="1" green="1" blue="1" alpha="0.17" /></rect>
- <rect state="68"><color red="1" green="1" blue="1" alpha="0.18" /></rect>
- <rect state="69"><color red="1" green="1" blue="1" alpha="0.19" /></rect>
- <rect state="70"><color red="1" green="1" blue="1" alpha="0.20" /></rect>
- <rect state="71"><color red="1" green="1" blue="1" alpha="0.21" /></rect>
- <rect state="72"><color red="1" green="1" blue="1" alpha="0.22" /></rect>
- <rect state="73"><color red="1" green="1" blue="1" alpha="0.23" /></rect>
- <rect state="74"><color red="1" green="1" blue="1" alpha="0.24" /></rect>
- <rect state="75"><color red="1" green="1" blue="1" alpha="0.25" /></rect>
- <rect state="76"><color red="1" green="1" blue="1" alpha="0.26" /></rect>
- <rect state="77"><color red="1" green="1" blue="1" alpha="0.27" /></rect>
- <rect state="78"><color red="1" green="1" blue="1" alpha="0.28" /></rect>
- <rect state="79"><color red="1" green="1" blue="1" alpha="0.29" /></rect>
- <rect state="80"><color red="1" green="1" blue="1" alpha="0.30" /></rect>
- <rect state="81"><color red="1" green="1" blue="1" alpha="0.31" /></rect>
- <rect state="82"><color red="1" green="1" blue="1" alpha="0.32" /></rect>
- <rect state="83"><color red="1" green="1" blue="1" alpha="0.33" /></rect>
- <rect state="84"><color red="1" green="1" blue="1" alpha="0.34" /></rect>
- <rect state="85"><color red="1" green="1" blue="1" alpha="0.35" /></rect>
- <rect state="86"><color red="1" green="1" blue="1" alpha="0.36" /></rect>
- <rect state="87"><color red="1" green="1" blue="1" alpha="0.37" /></rect>
- <rect state="88"><color red="1" green="1" blue="1" alpha="0.38" /></rect>
- <rect state="89"><color red="1" green="1" blue="1" alpha="0.39" /></rect>
- <rect state="90"><color red="1" green="1" blue="1" alpha="0.40" /></rect>
- <rect state="91"><color red="1" green="1" blue="1" alpha="0.41" /></rect>
- <rect state="92"><color red="1" green="1" blue="1" alpha="0.42" /></rect>
- <rect state="93"><color red="1" green="1" blue="1" alpha="0.43" /></rect>
- <rect state="94"><color red="1" green="1" blue="1" alpha="0.44" /></rect>
- <rect state="95"><color red="1" green="1" blue="1" alpha="0.45" /></rect>
- <rect state="96"><color red="1" green="1" blue="1" alpha="0.46" /></rect>
- <rect state="97"><color red="1" green="1" blue="1" alpha="0.47" /></rect>
- <rect state="98"><color red="1" green="1" blue="1" alpha="0.48" /></rect>
- <rect state="99"><color red="1" green="1" blue="1" alpha="0.49" /></rect>
- <rect state="100"><color red="1" green="1" blue="1" alpha="0.50" /></rect>
- <rect state="101"><color red="1" green="1" blue="1" alpha="0.51" /></rect>
- <rect state="102"><color red="1" green="1" blue="1" alpha="0.52" /></rect>
- <rect state="103"><color red="1" green="1" blue="1" alpha="0.53" /></rect>
- <rect state="104"><color red="1" green="1" blue="1" alpha="0.54" /></rect>
- <rect state="105"><color red="1" green="1" blue="1" alpha="0.55" /></rect>
- <rect state="106"><color red="1" green="1" blue="1" alpha="0.56" /></rect>
- <rect state="107"><color red="1" green="1" blue="1" alpha="0.57" /></rect>
- <rect state="108"><color red="1" green="1" blue="1" alpha="0.58" /></rect>
- <rect state="109"><color red="1" green="1" blue="1" alpha="0.59" /></rect>
- <rect state="110"><color red="1" green="1" blue="1" alpha="0.60" /></rect>
- <rect state="111"><color red="1" green="1" blue="1" alpha="0.61" /></rect>
- <rect state="112"><color red="1" green="1" blue="1" alpha="0.62" /></rect>
- <rect state="113"><color red="1" green="1" blue="1" alpha="0.63" /></rect>
- <rect state="114"><color red="1" green="1" blue="1" alpha="0.64" /></rect>
- <rect state="115"><color red="1" green="1" blue="1" alpha="0.65" /></rect>
- <rect state="116"><color red="1" green="1" blue="1" alpha="0.66" /></rect>
- <rect state="117"><color red="1" green="1" blue="1" alpha="0.67" /></rect>
- <rect state="118"><color red="1" green="1" blue="1" alpha="0.68" /></rect>
- <rect state="119"><color red="1" green="1" blue="1" alpha="0.69" /></rect>
- <rect state="120"><color red="1" green="1" blue="1" alpha="0.70" /></rect>
- <rect state="121"><color red="1" green="1" blue="1" alpha="0.71" /></rect>
- <rect state="122"><color red="1" green="1" blue="1" alpha="0.72" /></rect>
- <rect state="123"><color red="1" green="1" blue="1" alpha="0.73" /></rect>
- <rect state="124"><color red="1" green="1" blue="1" alpha="0.74" /></rect>
- <rect state="125"><color red="1" green="1" blue="1" alpha="0.75" /></rect>
- <rect state="126"><color red="1" green="1" blue="1" alpha="0.76" /></rect>
- <rect state="127"><color red="1" green="1" blue="1" alpha="0.77" /></rect>
- <rect state="128"><color red="1" green="1" blue="1" alpha="0.78" /></rect>
- <rect state="129"><color red="1" green="1" blue="1" alpha="0.79" /></rect>
- <rect state="130"><color red="1" green="1" blue="1" alpha="0.80" /></rect>
- <rect state="131"><color red="1" green="1" blue="1" alpha="0.81" /></rect>
- <rect state="132"><color red="1" green="1" blue="1" alpha="0.82" /></rect>
- <rect state="133"><color red="1" green="1" blue="1" alpha="0.83" /></rect>
- <rect state="134"><color red="1" green="1" blue="1" alpha="0.84" /></rect>
- <rect state="135"><color red="1" green="1" blue="1" alpha="0.85" /></rect>
- <rect state="136"><color red="1" green="1" blue="1" alpha="0.86" /></rect>
- <rect state="137"><color red="1" green="1" blue="1" alpha="0.87" /></rect>
- <rect state="138"><color red="1" green="1" blue="1" alpha="0.88" /></rect>
- <rect state="139"><color red="1" green="1" blue="1" alpha="0.89" /></rect>
- <rect state="140"><color red="1" green="1" blue="1" alpha="0.90" /></rect>
- <rect state="141"><color red="1" green="1" blue="1" alpha="0.91" /></rect>
- <rect state="142"><color red="1" green="1" blue="1" alpha="0.92" /></rect>
- <rect state="143"><color red="1" green="1" blue="1" alpha="0.93" /></rect>
- <rect state="144"><color red="1" green="1" blue="1" alpha="0.94" /></rect>
- <rect state="145"><color red="1" green="1" blue="1" alpha="0.95" /></rect>
- <rect state="146"><color red="1" green="1" blue="1" alpha="0.96" /></rect>
- <rect state="147"><color red="1" green="1" blue="1" alpha="0.97" /></rect>
- <rect state="148"><color red="1" green="1" blue="1" alpha="0.98" /></rect>
- <rect state="149"><color red="1" green="1" blue="1" alpha="0.99" /></rect>
- <rect state="150"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="151"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="152"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="153"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="154"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="155"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="156"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="157"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="158"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="159"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="160"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="161"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="162"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="163"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="164"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="165"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="166"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="167"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="168"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="169"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="170"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="171"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="172"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="173"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="174"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="175"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="176"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="177"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="178"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="179"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="180"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="181"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="182"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="183"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="184"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="185"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="186"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="187"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="188"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="189"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="190"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="191"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="192"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="193"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="194"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="195"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="196"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="197"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="198"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="199"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="200"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="201"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="202"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="203"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="204"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="205"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="206"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="207"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="208"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="209"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="210"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="211"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="212"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="213"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="214"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="215"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="216"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="217"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="218"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="219"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="220"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="221"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="222"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="223"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="224"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="225"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="226"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="227"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="228"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="229"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="230"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="231"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="232"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="233"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="234"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="235"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="236"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="237"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="238"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="239"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="240"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="241"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="242"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="243"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="244"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="245"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="246"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="247"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="248"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="249"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="250"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="251"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="252"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="253"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="254"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="255"><color red="1" green="1" blue="1" alpha="1" /></rect>
- </element>
-
- <element name="right bottom lamp">
- <rect state="0">
- <color red="1.0" green="0.0" blue="0.0" alpha="0" />
- </rect>
- <rect state="1">
- <color red="1.0" green="0.0" blue="0.0" />
- </rect>
- </element>
-
- <element name="right bottom pad">
- <rect state="0"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="1"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="2"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="3"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="4"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="5"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="6"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="7"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="8"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="9"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="10"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="11"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="12"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="13"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="14"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="15"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="16"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="17"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="18"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="19"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="20"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="21"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="22"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="23"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="24"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="25"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="26"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="27"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="28"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="29"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="30"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="31"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="32"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="33"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="34"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="35"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="36"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="37"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="38"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="39"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="40"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="41"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="42"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="43"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="44"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="45"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="46"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="47"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="48"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="49"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="50"><color red="1" green="1" blue="1" alpha="0" /></rect>
- <rect state="51"><color red="1" green="1" blue="1" alpha="0.01" /></rect>
- <rect state="52"><color red="1" green="1" blue="1" alpha="0.02" /></rect>
- <rect state="53"><color red="1" green="1" blue="1" alpha="0.03" /></rect>
- <rect state="54"><color red="1" green="1" blue="1" alpha="0.04" /></rect>
- <rect state="55"><color red="1" green="1" blue="1" alpha="0.05" /></rect>
- <rect state="56"><color red="1" green="1" blue="1" alpha="0.06" /></rect>
- <rect state="57"><color red="1" green="1" blue="1" alpha="0.07" /></rect>
- <rect state="58"><color red="1" green="1" blue="1" alpha="0.08" /></rect>
- <rect state="59"><color red="1" green="1" blue="1" alpha="0.09" /></rect>
- <rect state="60"><color red="1" green="1" blue="1" alpha="0.10" /></rect>
- <rect state="61"><color red="1" green="1" blue="1" alpha="0.11" /></rect>
- <rect state="62"><color red="1" green="1" blue="1" alpha="0.12" /></rect>
- <rect state="63"><color red="1" green="1" blue="1" alpha="0.13" /></rect>
- <rect state="64"><color red="1" green="1" blue="1" alpha="0.14" /></rect>
- <rect state="65"><color red="1" green="1" blue="1" alpha="0.15" /></rect>
- <rect state="66"><color red="1" green="1" blue="1" alpha="0.16" /></rect>
- <rect state="67"><color red="1" green="1" blue="1" alpha="0.17" /></rect>
- <rect state="68"><color red="1" green="1" blue="1" alpha="0.18" /></rect>
- <rect state="69"><color red="1" green="1" blue="1" alpha="0.19" /></rect>
- <rect state="70"><color red="1" green="1" blue="1" alpha="0.20" /></rect>
- <rect state="71"><color red="1" green="1" blue="1" alpha="0.21" /></rect>
- <rect state="72"><color red="1" green="1" blue="1" alpha="0.22" /></rect>
- <rect state="73"><color red="1" green="1" blue="1" alpha="0.23" /></rect>
- <rect state="74"><color red="1" green="1" blue="1" alpha="0.24" /></rect>
- <rect state="75"><color red="1" green="1" blue="1" alpha="0.25" /></rect>
- <rect state="76"><color red="1" green="1" blue="1" alpha="0.26" /></rect>
- <rect state="77"><color red="1" green="1" blue="1" alpha="0.27" /></rect>
- <rect state="78"><color red="1" green="1" blue="1" alpha="0.28" /></rect>
- <rect state="79"><color red="1" green="1" blue="1" alpha="0.29" /></rect>
- <rect state="80"><color red="1" green="1" blue="1" alpha="0.30" /></rect>
- <rect state="81"><color red="1" green="1" blue="1" alpha="0.31" /></rect>
- <rect state="82"><color red="1" green="1" blue="1" alpha="0.32" /></rect>
- <rect state="83"><color red="1" green="1" blue="1" alpha="0.33" /></rect>
- <rect state="84"><color red="1" green="1" blue="1" alpha="0.34" /></rect>
- <rect state="85"><color red="1" green="1" blue="1" alpha="0.35" /></rect>
- <rect state="86"><color red="1" green="1" blue="1" alpha="0.36" /></rect>
- <rect state="87"><color red="1" green="1" blue="1" alpha="0.37" /></rect>
- <rect state="88"><color red="1" green="1" blue="1" alpha="0.38" /></rect>
- <rect state="89"><color red="1" green="1" blue="1" alpha="0.39" /></rect>
- <rect state="90"><color red="1" green="1" blue="1" alpha="0.40" /></rect>
- <rect state="91"><color red="1" green="1" blue="1" alpha="0.41" /></rect>
- <rect state="92"><color red="1" green="1" blue="1" alpha="0.42" /></rect>
- <rect state="93"><color red="1" green="1" blue="1" alpha="0.43" /></rect>
- <rect state="94"><color red="1" green="1" blue="1" alpha="0.44" /></rect>
- <rect state="95"><color red="1" green="1" blue="1" alpha="0.45" /></rect>
- <rect state="96"><color red="1" green="1" blue="1" alpha="0.46" /></rect>
- <rect state="97"><color red="1" green="1" blue="1" alpha="0.47" /></rect>
- <rect state="98"><color red="1" green="1" blue="1" alpha="0.48" /></rect>
- <rect state="99"><color red="1" green="1" blue="1" alpha="0.49" /></rect>
- <rect state="100"><color red="1" green="1" blue="1" alpha="0.50" /></rect>
- <rect state="101"><color red="1" green="1" blue="1" alpha="0.51" /></rect>
- <rect state="102"><color red="1" green="1" blue="1" alpha="0.52" /></rect>
- <rect state="103"><color red="1" green="1" blue="1" alpha="0.53" /></rect>
- <rect state="104"><color red="1" green="1" blue="1" alpha="0.54" /></rect>
- <rect state="105"><color red="1" green="1" blue="1" alpha="0.55" /></rect>
- <rect state="106"><color red="1" green="1" blue="1" alpha="0.56" /></rect>
- <rect state="107"><color red="1" green="1" blue="1" alpha="0.57" /></rect>
- <rect state="108"><color red="1" green="1" blue="1" alpha="0.58" /></rect>
- <rect state="109"><color red="1" green="1" blue="1" alpha="0.59" /></rect>
- <rect state="110"><color red="1" green="1" blue="1" alpha="0.60" /></rect>
- <rect state="111"><color red="1" green="1" blue="1" alpha="0.61" /></rect>
- <rect state="112"><color red="1" green="1" blue="1" alpha="0.62" /></rect>
- <rect state="113"><color red="1" green="1" blue="1" alpha="0.63" /></rect>
- <rect state="114"><color red="1" green="1" blue="1" alpha="0.64" /></rect>
- <rect state="115"><color red="1" green="1" blue="1" alpha="0.65" /></rect>
- <rect state="116"><color red="1" green="1" blue="1" alpha="0.66" /></rect>
- <rect state="117"><color red="1" green="1" blue="1" alpha="0.67" /></rect>
- <rect state="118"><color red="1" green="1" blue="1" alpha="0.68" /></rect>
- <rect state="119"><color red="1" green="1" blue="1" alpha="0.69" /></rect>
- <rect state="120"><color red="1" green="1" blue="1" alpha="0.70" /></rect>
- <rect state="121"><color red="1" green="1" blue="1" alpha="0.71" /></rect>
- <rect state="122"><color red="1" green="1" blue="1" alpha="0.72" /></rect>
- <rect state="123"><color red="1" green="1" blue="1" alpha="0.73" /></rect>
- <rect state="124"><color red="1" green="1" blue="1" alpha="0.74" /></rect>
- <rect state="125"><color red="1" green="1" blue="1" alpha="0.75" /></rect>
- <rect state="126"><color red="1" green="1" blue="1" alpha="0.76" /></rect>
- <rect state="127"><color red="1" green="1" blue="1" alpha="0.77" /></rect>
- <rect state="128"><color red="1" green="1" blue="1" alpha="0.78" /></rect>
- <rect state="129"><color red="1" green="1" blue="1" alpha="0.79" /></rect>
- <rect state="130"><color red="1" green="1" blue="1" alpha="0.80" /></rect>
- <rect state="131"><color red="1" green="1" blue="1" alpha="0.81" /></rect>
- <rect state="132"><color red="1" green="1" blue="1" alpha="0.82" /></rect>
- <rect state="133"><color red="1" green="1" blue="1" alpha="0.83" /></rect>
- <rect state="134"><color red="1" green="1" blue="1" alpha="0.84" /></rect>
- <rect state="135"><color red="1" green="1" blue="1" alpha="0.85" /></rect>
- <rect state="136"><color red="1" green="1" blue="1" alpha="0.86" /></rect>
- <rect state="137"><color red="1" green="1" blue="1" alpha="0.87" /></rect>
- <rect state="138"><color red="1" green="1" blue="1" alpha="0.88" /></rect>
- <rect state="139"><color red="1" green="1" blue="1" alpha="0.89" /></rect>
- <rect state="140"><color red="1" green="1" blue="1" alpha="0.90" /></rect>
- <rect state="141"><color red="1" green="1" blue="1" alpha="0.91" /></rect>
- <rect state="142"><color red="1" green="1" blue="1" alpha="0.92" /></rect>
- <rect state="143"><color red="1" green="1" blue="1" alpha="0.93" /></rect>
- <rect state="144"><color red="1" green="1" blue="1" alpha="0.94" /></rect>
- <rect state="145"><color red="1" green="1" blue="1" alpha="0.95" /></rect>
- <rect state="146"><color red="1" green="1" blue="1" alpha="0.96" /></rect>
- <rect state="147"><color red="1" green="1" blue="1" alpha="0.97" /></rect>
- <rect state="148"><color red="1" green="1" blue="1" alpha="0.98" /></rect>
- <rect state="149"><color red="1" green="1" blue="1" alpha="0.99" /></rect>
- <rect state="150"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="151"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="152"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="153"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="154"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="155"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="156"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="157"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="158"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="159"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="160"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="161"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="162"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="163"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="164"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="165"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="166"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="167"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="168"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="169"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="170"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="171"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="172"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="173"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="174"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="175"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="176"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="177"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="178"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="179"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="180"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="181"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="182"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="183"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="184"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="185"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="186"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="187"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="188"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="189"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="190"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="191"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="192"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="193"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="194"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="195"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="196"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="197"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="198"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="199"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="200"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="201"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="202"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="203"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="204"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="205"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="206"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="207"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="208"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="209"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="210"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="211"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="212"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="213"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="214"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="215"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="216"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="217"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="218"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="219"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="220"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="221"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="222"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="223"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="224"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="225"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="226"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="227"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="228"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="229"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="230"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="231"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="232"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="233"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="234"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="235"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="236"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="237"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="238"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="239"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="240"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="241"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="242"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="243"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="244"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="245"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="246"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="247"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="248"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="249"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="250"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="251"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="252"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="253"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="254"><color red="1" green="1" blue="1" alpha="1" /></rect>
- <rect state="255"><color red="1" green="1" blue="1" alpha="1" /></rect>
- </element>
-
- <element name="static_black">
- <rect>
- <color red="0" green="0" blue="0" />
- </rect>
+ <element name="rect">
+ <rect />
</element>
<view name="Full">
- <element name="padding" ref="static_black">
- <bounds x="0" y="0" width="832" height="560"/>
+ <element name="padding" ref="rect">
+ <bounds x="0" y="0" width="832" height="560" />
+ <color red="0" green="0" blue="0" />
</element>
<screen index="0">
<bounds x="96" y="0" width="640" height="480" />
</screen>
- <element name="left top pad" ref="left top pad"><bounds x="16" y="209" width="64" height="64"/></element>
- <element name="left top lamp" ref="left top lamp"><bounds x="16" y="209" width="64" height="64" alpha="0.25" /></element>
+ <element name="left top pad" ref="rect">
+ <bounds x="16" y="209" width="64" height="64" />
+ <color state="50" alpha="0" />
+ <color state="150" alpha="1" />
+ </element>
+ <element name="left top lamp" ref="rect">
+ <bounds x="16" y="209" width="64" height="64" />
+ <color state="0" red="1" green="0" blue="0" alpha="0" />
+ <color state="1" red="1" green="0" blue="0" alpha="1" />
+ </element>
- <element name="left middle pad" ref="left middle pad"><bounds x="16" y="289" width="64" height="64"/></element>
- <element name="left middle lamp" ref="left middle lamp"><bounds x="16" y="289" width="64" height="64" alpha="0.25" /></element>
+ <element name="left middle pad" ref="rect">
+ <bounds x="16" y="289" width="64" height="64" />
+ <color state="50" alpha="0" />
+ <color state="150" alpha="1" />
+ </element>
+ <element name="left middle lamp" ref="rect">
+ <bounds x="16" y="289" width="64" height="64" />
+ <color state="0" red="1" green="0" blue="0" alpha="0" />
+ <color state="1" red="1" green="0" blue="0" alpha="1" />
+ </element>
- <element name="left bottom pad" ref="left bottom pad"><bounds x="16" y="369" width="64" height="64"/></element>
- <element name="left bottom lamp" ref="left bottom lamp"><bounds x="16" y="369" width="64" height="64" alpha="0.25" /></element>
+ <element name="left bottom pad" ref="rect">
+ <bounds x="16" y="369" width="64" height="64" />
+ <color state="50" alpha="0" />
+ <color state="150" alpha="1" />
+ </element>
+ <element name="left bottom lamp" ref="rect">
+ <bounds x="16" y="369" width="64" height="64" />
+ <color state="0" red="1" green="0" blue="0" alpha="0" />
+ <color state="1" red="1" green="0" blue="0" alpha="1" />
+ </element>
- <element name="right top pad" ref="right top pad"><bounds x="752" y="209" width="64" height="64"/></element>
- <element name="right top lamp" ref="right top lamp"><bounds x="752" y="209" width="64" height="64" alpha="0.25" /></element>
+ <element name="right top pad" ref="rect">
+ <bounds x="752" y="209" width="64" height="64" />
+ <color state="50" alpha="0" />
+ <color state="150" alpha="1" />
+ </element>
+ <element name="right top lamp" ref="rect">
+ <bounds x="752" y="209" width="64" height="64" />
+ <color state="0" red="1" green="0" blue="0" alpha="0" />
+ <color state="1" red="1" green="0" blue="0" alpha="1" />
+ </element>
- <element name="right middle pad" ref="right middle pad"><bounds x="752" y="289" width="64" height="64"/></element>
- <element name="right middle lamp" ref="right middle lamp"><bounds x="752" y="289" width="64" height="64" alpha="0.25" /></element>
+ <element name="right middle pad" ref="rect">
+ <bounds x="752" y="289" width="64" height="64" />
+ <color state="50" alpha="0" />
+ <color state="150" alpha="1" />
+ </element>
+ <element name="right middle lamp" ref="rect">
+ <bounds x="752" y="289" width="64" height="64" />
+ <color state="0" red="1" green="0" blue="0" alpha="0" />
+ <color state="1" red="1" green="0" blue="0" alpha="1" />
+ </element>
- <element name="right bottom pad" ref="right bottom pad"><bounds x="752" y="369" width="64" height="64"/></element>
- <element name="right bottom lamp" ref="right bottom lamp"><bounds x="752" y="369" width="64" height="64" alpha="0.25" /></element>
+ <element name="right bottom pad" ref="rect">
+ <bounds x="752" y="369" width="64" height="64" />
+ <color state="50" alpha="0" />
+ <color state="150" alpha="1" />
+ </element>
+ <element name="right bottom lamp" ref="rect">
+ <bounds x="752" y="369" width="64" height="64" />
+ <color state="0" red="1" green="0" blue="0" alpha="0" />
+ <color state="1" red="1" green="0" blue="0" alpha="1" />
+ </element>
- <element name="select left right" ref="select left right"><bounds x="312" y="508" width="48" height="24" /></element>
- <element name="start lamp" ref="start lamp"><bounds x="376" y="496" width="48" height="48" /></element>
- <element name="select left right" ref="select left right"><bounds x="440" y="508" width="48" height="24" /></element>
+ <element name="select left right" ref="rect">
+ <bounds x="312" y="508" width="48" height="24" />
+ <color state="0" red="1" green="1" blue="1" />
+ <color state="1" red="1" green="0" blue="0" />
+ </element>
+ <element name="start lamp" ref="disk">
+ <bounds x="376" y="496" width="48" height="48" />
+ <color state="0" red="1" green="1" blue="1" />
+ <color state="1" red="1" green="0" blue="0" />
+ </element>
+ <element name="select left right" ref="rect">
+ <bounds x="440" y="508" width="48" height="24" />
+ <color state="0" red="1" green="1" blue="1" />
+ <color state="1" red="1" green="0" blue="0" />
+ </element>
</view>
</mamelayout>
diff --git a/src/mame/machine/zs01.cpp b/src/mame/machine/zs01.cpp
index 5edfbe60e94..d3b07ea9312 100644
--- a/src/mame/machine/zs01.cpp
+++ b/src/mame/machine/zs01.cpp
@@ -378,6 +378,8 @@ WRITE_LINE_MEMBER( zs01_device::write_scl )
break;
case STATE_LOAD_COMMAND:
+ // FIXME: Processing on the rising edge of the clock causes sda to change state while clock is high
+ // which is not allowed. Also need to ensure that only valid device-id's and commands are acknowledged.
if( m_scl == 0 && state != 0 )
{
if( m_bit < 8 )
@@ -542,6 +544,8 @@ WRITE_LINE_MEMBER( zs01_device::write_scl )
break;
case STATE_READ_DATA:
+ // FIXME: Processing on the rising edge of the clock causes sda to change state while clock is high
+ // which is not allowed.
if( m_scl == 0 && state != 0 )
{
if( m_bit < 8 )
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index dd3db0bf125..3b1d4869ce4 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -108,10 +108,10 @@ undoukai // A17 (c) 1984 Taito
@source:4enlinea.cpp
4enlinea // (c) 1991 Compumatic / CIC Play
4enlineb // (c) 1991 Compumatic / CIC Play
+dardos // (c) 1992 Oper Coin
k7_olym // (c) 1994 K7 Kursaal / NMI Electronics
k7_olym30 // (c) 1994 K7 Kursaal / NMI Electronics
sprtdart // (c) 1993 Compumatic / Desarrollos y Recambios S.L.
-unkdarts // (c) 1992 Oper Coin.
@source:4enraya.cpp
4enraya // (c) 1990 IDSA
@@ -35227,6 +35227,7 @@ kov2 // (c) 2000 Knights of Valor 2
kov2100 //
kov2101 //
kov2102 //
+kov21022 //
kov2103 //
kov2104 //
kov2106 //