summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-12-24 08:57:13 +1100
committer Vas Crabb <vas@vastheman.com>2021-12-24 08:57:13 +1100
commitc0e2654dea26aa008a9725ae5606c39acff7c751 (patch)
treee93dded26b11a1afe349c901bbc40fda3379610a
parent5fe4dbaa9b347354744722049bde248cca96c294 (diff)
-emu/render.cpp: Get the initial view check off the hot path (fixes MT08159).
-Tidied up a few things, reduced bloat in a few more slots layouts.
-rw-r--r--src/devices/bus/a2bus/cards.cpp428
-rw-r--r--src/devices/bus/a2bus/cards.h6
-rw-r--r--src/devices/bus/a2bus/grafex.cpp21
-rw-r--r--src/devices/bus/a2bus/grafex.h3
-rw-r--r--src/devices/bus/nes/disksys.cpp2
-rw-r--r--src/emu/render.cpp38
-rw-r--r--src/emu/render.h2
-rw-r--r--src/mame/drivers/gkigt.cpp2
-rw-r--r--src/mame/drivers/hds200.cpp15
-rw-r--r--src/mame/layout/m1albsqp.lay1043
-rw-r--r--src/mame/layout/m1apollo2.lay1043
-rw-r--r--src/mame/layout/m1bargnc.lay1043
-rw-r--r--src/mame/layout/m1bghou.lay1043
-rw-r--r--src/mame/layout/m1bigdel.lay1043
-rw-r--r--src/mame/layout/m1calypsa.lay1043
-rw-r--r--src/mame/layout/m1casclb.lay1043
-rw-r--r--src/mame/layout/m1casroy1.lay1043
-rw-r--r--src/mame/layout/m1chain.lay1043
-rw-r--r--src/mame/layout/m1cik51o.lay1043
19 files changed, 622 insertions, 10325 deletions
diff --git a/src/devices/bus/a2bus/cards.cpp b/src/devices/bus/a2bus/cards.cpp
index d828d8c6c60..b1382e35a87 100644
--- a/src/devices/bus/a2bus/cards.cpp
+++ b/src/devices/bus/a2bus/cards.cpp
@@ -2,10 +2,10 @@
// copyright-holders:R. Belmont
/***************************************************************************
- Apple II bus slot cards
+ Apple II bus slot cards
- All of these cards are electrically compatible, but for compatibility
- reasons we divide them by machine type.
+ All of these cards are electrically compatible, but for compatibility
+ reasons we divide them by machine type.
***************************************************************************/
@@ -69,233 +69,233 @@
void apple2_slot0_cards(device_slot_interface &device)
{
- device.option_add("lang", A2BUS_RAMCARD16K); /* Apple II RAM Language Card */
- device.option_add("ssram", A2BUS_RAMCARD128K); /* Saturn Systems 128K extended language card */
+ device.option_add("lang", A2BUS_RAMCARD16K); // Apple II RAM Language Card
+ device.option_add("ssram", A2BUS_RAMCARD128K); // Saturn Systems 128K extended language card
}
void apple2_cards(device_slot_interface &device)
{
- device.option_add("diskii", A2BUS_DISKII); /* Disk II Controller Card */
- device.option_add("diskiing", A2BUS_DISKIING); /* Disk II Controller Card, cycle-accurate version */
- device.option_add("diskiing13", A2BUS_DISKIING13); /* Disk II Controller Card, cycle-accurate version */
- device.option_add("diskiiiwm", A2BUS_IWM_CARD); /* IWM Disk II Controller Card */
- device.option_add("mockingboard", A2BUS_MOCKINGBOARD); /* Sweet Micro Systems Mockingboard */
- device.option_add("phasor", A2BUS_PHASOR); /* Applied Engineering Phasor */
- device.option_add("cffa2", A2BUS_CFFA2); /* CFFA2000 Compact Flash for Apple II (www.dreher.net), 65C02/65816 firmware */
- device.option_add("cffa202", A2BUS_CFFA2_6502); /* CFFA2000 Compact Flash for Apple II (www.dreher.net), 6502 firmware */
- device.option_add("memexp", A2BUS_MEMEXP); /* Apple II Memory Expansion Card */
- device.option_add("ramfactor", A2BUS_RAMFACTOR); /* Applied Engineering RamFactor */
- device.option_add("thclock", A2BUS_THUNDERCLOCK); /* ThunderWare ThunderClock Plus */
- device.option_add("softcard", A2BUS_SOFTCARD); /* Microsoft SoftCard */
- device.option_add("videoterm", A2BUS_VIDEOTERM); /* Videx VideoTerm */
- device.option_add("ssc", A2BUS_SSC); /* Apple Super Serial Card */
- device.option_add("ssi", APRICORN_SSI); /* Apricorn Super Serial Imager */
- device.option_add("swyft", A2BUS_SWYFT); /* IAI SwyftCard */
- device.option_add("themill", A2BUS_THEMILL); /* Stellation Two The Mill (6809 card) */
- device.option_add("sam", A2BUS_SAM); /* SAM Software Automated Mouth (8-bit DAC + speaker) */
- device.option_add("alfam2", A2BUS_ALFAM2); /* ALF Apple Music II */
- device.option_add("echoii", A2BUS_ECHOII); /* Street Electronics Echo II */
- device.option_add("ap16", A2BUS_IBSAP16); /* IBS AP16 (German VideoTerm clone) */
- device.option_add("ap16alt", A2BUS_IBSAP16ALT); /* IBS AP16 (German VideoTerm clone), alternate revision */
- device.option_add("vtc1", A2BUS_VTC1); /* Unknown VideoTerm clone */
- device.option_add("arcbd", A2BUS_ARCADEBOARD); /* Third Millenium Engineering Arcade Board */
- device.option_add("midi", A2BUS_MIDI); /* Generic 6840+6850 MIDI board */
- device.option_add("zipdrive", A2BUS_ZIPDRIVE); /* ZIP Technologies IDE card */
- device.option_add("echoiiplus", A2BUS_ECHOPLUS); /* Street Electronics Echo Plus (Echo II + Mockingboard clone) */
- device.option_add("scsi", A2BUS_SCSI); /* Apple II SCSI Card */
- device.option_add("applicard", A2BUS_APPLICARD); /* PCPI Applicard */
- device.option_add("aesms", A2BUS_AESMS); /* Applied Engineering Super Music Synthesizer */
- device.option_add("ultraterm", A2BUS_ULTRATERM); /* Videx UltraTerm (original) */
- device.option_add("ultratermenh", A2BUS_ULTRATERMENH); /* Videx UltraTerm (enhanced //e) */
- device.option_add("aevm80", A2BUS_AEVIEWMASTER80); /* Applied Engineering ViewMaster 80 */
- device.option_add("parprn", A2BUS_PARPRN); /* Apple II Parallel Printer Interface Card */
- device.option_add("parallel", A2BUS_PIC); /* Apple II Parallel Interface Card */
- device.option_add("grappler", A2BUS_GRAPPLER); /* Orange Micro Grappler Printer Interface card */
- device.option_add("grapplus", A2BUS_GRAPPLERPLUS); /* Orange Micro Grappler+ Printer Interface card */
- device.option_add("bufgrapplus", A2BUS_BUFGRAPPLERPLUS); /* Orange Micro Buffered Grappler+ Printer Interface card */
- device.option_add("bufgrapplusa", A2BUS_BUFGRAPPLERPLUSA); /* Orange Micro Buffered Grappler+ (rev A) Printer Interface card */
- device.option_add("corvus", A2BUS_CORVUS); /* Corvus flat-cable HDD interface (see notes in a2corvus.c) */
- device.option_add("mcms1", A2BUS_MCMS1); /* Mountain Computer Music System, card 1 of 2 */
- device.option_add("mcms2", A2BUS_MCMS2); /* Mountain Computer Music System, card 2 of 2. must be in card 1's slot + 1! */
- device.option_add("dx1", A2BUS_DX1); /* Decillonix DX-1 sampler card */
- device.option_add("tm2ho", A2BUS_TIMEMASTERHO); /* Applied Engineering TimeMaster II H.O. */
- device.option_add("mouse", A2BUS_MOUSE); /* Apple II Mouse Card */
- device.option_add("ezcgi", A2BUS_EZCGI); /* E-Z Color Graphics Interface */
- device.option_add("ezcgi9938", A2BUS_EZCGI_9938); /* E-Z Color Graphics Interface (TMS9938) */
- device.option_add("ezcgi9958", A2BUS_EZCGI_9958); /* E-Z Color Graphics Interface (TMS9958) */
- device.option_add("ssprite", A2BUS_SSPRITE); /* Synetix SuperSprite Board */
- device.option_add("ssbapple", A2BUS_SSBAPPLE); /* SSB Apple speech board */
- device.option_add("4play", A2BUS_4PLAY); /* 4Play Joystick Card (Rev. B) */
- device.option_add("ceyes2", A2BUS_COMPUTEREYES2); /* ComputerEyes/2 Video Digitizer */
- device.option_add("twarp", A2BUS_TRANSWARP); /* AE TransWarp accelerator */
- device.option_add("applesurance", A2BUS_APPLESURANCE); /* Applesurance Diagnostic Controller */
- // device.option_add("magicmusician", A2BUS_MAGICMUSICIAN); /* Magic Musician Card */
- device.option_add("byte8251", A2BUS_BYTE8251); /* BYTE Magazine 8251 serial card */
- device.option_add("suprterm", A2BUS_SUPRTERMINAL); /* M&R Enterprises SUP'R'TERMINAL 80-column card */
- device.option_add("uniprint", A2BUS_UNIPRINT); /* Videx Uniprint parallel printer card */
- device.option_add("ccs7710", A2BUS_CCS7710); /* California Computer Systems Model 7710 Asynchronous Serial Interface */
- device.option_add("booti", A2BUS_BOOTI); /* Booti Card */
- device.option_add("q68", A2BUS_Q68); /* Stellation Q68 68000 card */
- device.option_add("q68plus", A2BUS_Q68PLUS); /* Stellation Q68 Plus 68000 card */
- device.option_add("grafex", A2BUS_GRAFEX); /* Grafex card (uPD7220 graphics) */
+ device.option_add("diskii", A2BUS_DISKII); // Disk II Controller Card
+ device.option_add("diskiing", A2BUS_DISKIING); // Disk II Controller Card, cycle-accurate version
+ device.option_add("diskiing13", A2BUS_DISKIING13); // Disk II Controller Card, cycle-accurate version
+ device.option_add("diskiiiwm", A2BUS_IWM_CARD); // IWM Disk II Controller Card
+ device.option_add("mockingboard", A2BUS_MOCKINGBOARD); // Sweet Micro Systems Mockingboard
+ device.option_add("phasor", A2BUS_PHASOR); // Applied Engineering Phasor
+ device.option_add("cffa2", A2BUS_CFFA2); // CFFA2000 Compact Flash for Apple II (www.dreher.net), 65C02/65816 firmware
+ device.option_add("cffa202", A2BUS_CFFA2_6502); // CFFA2000 Compact Flash for Apple II (www.dreher.net), 6502 firmware
+ device.option_add("memexp", A2BUS_MEMEXP); // Apple II Memory Expansion Card
+ device.option_add("ramfactor", A2BUS_RAMFACTOR); // Applied Engineering RamFactor
+ device.option_add("thclock", A2BUS_THUNDERCLOCK); // ThunderWare ThunderClock Plus
+ device.option_add("softcard", A2BUS_SOFTCARD); // Microsoft SoftCard
+ device.option_add("videoterm", A2BUS_VIDEOTERM); // Videx VideoTerm
+ device.option_add("ssc", A2BUS_SSC); // Apple Super Serial Card
+ device.option_add("ssi", APRICORN_SSI); // Apricorn Super Serial Imager
+ device.option_add("swyft", A2BUS_SWYFT); // IAI SwyftCard
+ device.option_add("themill", A2BUS_THEMILL); // Stellation Two The Mill (6809 card)
+ device.option_add("sam", A2BUS_SAM); // SAM Software Automated Mouth (8-bit DAC + speaker)
+ device.option_add("alfam2", A2BUS_ALFAM2); // ALF Apple Music II
+ device.option_add("echoii", A2BUS_ECHOII); // Street Electronics Echo II
+ device.option_add("ap16", A2BUS_IBSAP16); // IBS AP16 (German VideoTerm clone)
+ device.option_add("ap16alt", A2BUS_IBSAP16ALT); // IBS AP16 (German VideoTerm clone), alternate revision
+ device.option_add("vtc1", A2BUS_VTC1); // Unknown VideoTerm clone
+ device.option_add("arcbd", A2BUS_ARCADEBOARD); // Third Millenium Engineering Arcade Board
+ device.option_add("midi", A2BUS_MIDI); // Generic 6840+6850 MIDI board
+ device.option_add("zipdrive", A2BUS_ZIPDRIVE); // ZIP Technologies IDE card
+ device.option_add("echoiiplus", A2BUS_ECHOPLUS); // Street Electronics Echo Plus (Echo II + Mockingboard clone)
+ device.option_add("scsi", A2BUS_SCSI); // Apple II SCSI Card
+ device.option_add("applicard", A2BUS_APPLICARD); // PCPI Applicard
+ device.option_add("aesms", A2BUS_AESMS); // Applied Engineering Super Music Synthesizer
+ device.option_add("ultraterm", A2BUS_ULTRATERM); // Videx UltraTerm (original)
+ device.option_add("ultratermenh", A2BUS_ULTRATERMENH); // Videx UltraTerm (enhanced //e)
+ device.option_add("aevm80", A2BUS_AEVIEWMASTER80); // Applied Engineering ViewMaster 80
+ device.option_add("parprn", A2BUS_PARPRN); // Apple II Parallel Printer Interface Card
+ device.option_add("parallel", A2BUS_PIC); // Apple II Parallel Interface Card
+ device.option_add("grappler", A2BUS_GRAPPLER); // Orange Micro Grappler Printer Interface card
+ device.option_add("grapplus", A2BUS_GRAPPLERPLUS); // Orange Micro Grappler+ Printer Interface card
+ device.option_add("bufgrapplus", A2BUS_BUFGRAPPLERPLUS); // Orange Micro Buffered Grappler+ Printer Interface card
+ device.option_add("bufgrapplusa", A2BUS_BUFGRAPPLERPLUSA); // Orange Micro Buffered Grappler+ (rev A) Printer Interface card
+ device.option_add("corvus", A2BUS_CORVUS); // Corvus flat-cable HDD interface (see notes in a2corvus.c)
+ device.option_add("mcms1", A2BUS_MCMS1); // Mountain Computer Music System, card 1 of 2
+ device.option_add("mcms2", A2BUS_MCMS2); // Mountain Computer Music System, card 2 of 2. must be in card 1's slot + 1!
+ device.option_add("dx1", A2BUS_DX1); // Decillonix DX-1 sampler card
+ device.option_add("tm2ho", A2BUS_TIMEMASTERHO); // Applied Engineering TimeMaster II H.O.
+ device.option_add("mouse", A2BUS_MOUSE); // Apple II Mouse Card
+ device.option_add("ezcgi", A2BUS_EZCGI); // E-Z Color Graphics Interface
+ device.option_add("ezcgi9938", A2BUS_EZCGI_9938); // E-Z Color Graphics Interface (TMS9938)
+ device.option_add("ezcgi9958", A2BUS_EZCGI_9958); // E-Z Color Graphics Interface (TMS9958)
+ device.option_add("ssprite", A2BUS_SSPRITE); // Synetix SuperSprite Board
+ device.option_add("ssbapple", A2BUS_SSBAPPLE); // SSB Apple speech board
+ device.option_add("4play", A2BUS_4PLAY); // 4Play Joystick Card (Rev. B)
+ device.option_add("ceyes2", A2BUS_COMPUTEREYES2); // ComputerEyes/2 Video Digitizer
+ device.option_add("twarp", A2BUS_TRANSWARP); // AE TransWarp accelerator
+ device.option_add("applesurance", A2BUS_APPLESURANCE); // Applesurance Diagnostic Controller
+// device.option_add("magicmusician", A2BUS_MAGICMUSICIAN); // Magic Musician Card
+ device.option_add("byte8251", A2BUS_BYTE8251); // BYTE Magazine 8251 serial card
+ device.option_add("suprterm", A2BUS_SUPRTERMINAL); // M&R Enterprises SUP'R'TERMINAL 80-column card
+ device.option_add("uniprint", A2BUS_UNIPRINT); // Videx Uniprint parallel printer card
+ device.option_add("ccs7710", A2BUS_CCS7710); // California Computer Systems Model 7710 Asynchronous Serial Interface
+ device.option_add("booti", A2BUS_BOOTI); // Booti Card
+ device.option_add("q68", A2BUS_Q68); // Stellation Q68 68000 card
+ device.option_add("q68plus", A2BUS_Q68PLUS); // Stellation Q68 Plus 68000 card
+ device.option_add("grafex", A2BUS_GRAFEX); // Grafex card (uPD7220 graphics)
}
void apple2e_cards(device_slot_interface &device)
{
- device.option_add("diskii", A2BUS_DISKII); /* Disk II Controller Card */
- device.option_add("diskiing", A2BUS_DISKIING); /* Disk II Controller Card, cycle-accurate version */
- device.option_add("diskiing13", A2BUS_DISKIING13); /* Disk II Controller Card, cycle-accurate version */
- device.option_add("diskiiiwm", A2BUS_IWM_CARD); /* IWM Disk II Controller Card */
- device.option_add("mockingboard", A2BUS_MOCKINGBOARD); /* Sweet Micro Systems Mockingboard */
- device.option_add("phasor", A2BUS_PHASOR); /* Applied Engineering Phasor */
- device.option_add("cffa2", A2BUS_CFFA2); /* CFFA2000 Compact Flash for Apple II (www.dreher.net), 65C02/65816 firmware */
- device.option_add("cffa202", A2BUS_CFFA2_6502); /* CFFA2000 Compact Flash for Apple II (www.dreher.net), 6502 firmware */
- device.option_add("memexp", A2BUS_MEMEXP); /* Apple II Memory Expansion Card */
- device.option_add("ramfactor", A2BUS_RAMFACTOR); /* Applied Engineering RamFactor */
- device.option_add("thclock", A2BUS_THUNDERCLOCK); /* ThunderWare ThunderClock Plus */
- device.option_add("softcard", A2BUS_SOFTCARD); /* Microsoft SoftCard */
- device.option_add("videoterm", A2BUS_VIDEOTERM); /* Videx VideoTerm */
- device.option_add("ssc", A2BUS_SSC); /* Apple Super Serial Card */
- device.option_add("ssi", APRICORN_SSI); /* Apricorn Super Serial Imager */
- device.option_add("swyft", A2BUS_SWYFT); /* IAI SwyftCard */
- device.option_add("themill", A2BUS_THEMILL); /* Stellation Two The Mill (6809 card) */
- device.option_add("sam", A2BUS_SAM); /* SAM Software Automated Mouth (8-bit DAC + speaker) */
- device.option_add("alfam2", A2BUS_ALFAM2); /* ALF Apple Music II */
- device.option_add("echoii", A2BUS_ECHOII); /* Street Electronics Echo II */
- device.option_add("ap16", A2BUS_IBSAP16); /* IBS AP16 (German VideoTerm clone) */
- device.option_add("ap16alt", A2BUS_IBSAP16ALT); /* IBS AP16 (German VideoTerm clone), alternate revision */
- device.option_add("vtc1", A2BUS_VTC1); /* Unknown VideoTerm clone */
- device.option_add("arcbd", A2BUS_ARCADEBOARD); /* Third Millenium Engineering Arcade Board */
- device.option_add("midi", A2BUS_MIDI); /* Generic 6840+6850 MIDI board */
- device.option_add("zipdrive", A2BUS_ZIPDRIVE); /* ZIP Technologies IDE card */
- device.option_add("focusdrive", A2BUS_FOCUSDRIVE); /* Focus Drive IDE card */
- device.option_add("echoiiplus", A2BUS_ECHOPLUS); /* Street Electronics Echo Plus (Echo II + Mockingboard clone) */
- device.option_add("scsi", A2BUS_SCSI); /* Apple II SCSI Card */
- device.option_add("hsscsi", A2BUS_HSSCSI); /* Apple II High-Speed SCSI Card */
- device.option_add("applicard", A2BUS_APPLICARD); /* PCPI Applicard */
- device.option_add("aesms", A2BUS_AESMS); /* Applied Engineering Super Music Synthesizer */
- device.option_add("ultraterm", A2BUS_ULTRATERM); /* Videx UltraTerm (original) */
- device.option_add("ultratermenh", A2BUS_ULTRATERMENH); /* Videx UltraTerm (enhanced //e) */
- device.option_add("aevm80", A2BUS_AEVIEWMASTER80); /* Applied Engineering ViewMaster 80 */
- device.option_add("parprn", A2BUS_PARPRN); /* Apple II Parallel Printer Interface Card */
- device.option_add("parallel", A2BUS_PIC); /* Apple II Parallel Interface Card */
- device.option_add("grappler", A2BUS_GRAPPLER); /* Orange Micro Grappler Printer Interface card */
- device.option_add("grapplus", A2BUS_GRAPPLERPLUS); /* Orange Micro Grappler+ Printer Interface card */
- device.option_add("bufgrapplus", A2BUS_BUFGRAPPLERPLUS); /* Orange Micro Buffered Grappler+ Printer Interface card */
- device.option_add("bufgrapplusa", A2BUS_BUFGRAPPLERPLUSA); /* Orange Micro Buffered Grappler+ (rev A) Printer Interface card */
- device.option_add("corvus", A2BUS_CORVUS); /* Corvus flat-cable HDD interface (see notes in a2corvus.c) */
- device.option_add("mcms1", A2BUS_MCMS1); /* Mountain Computer Music System, card 1 of 2 */
- device.option_add("mcms2", A2BUS_MCMS2); /* Mountain Computer Music System, card 2 of 2. must be in card 1's slot + 1! */
- device.option_add("dx1", A2BUS_DX1); /* Decillonix DX-1 sampler card */
- device.option_add("tm2ho", A2BUS_TIMEMASTERHO); /* Applied Engineering TimeMaster II H.O. */
- device.option_add("mouse", A2BUS_MOUSE); /* Apple II Mouse Card */
- device.option_add("ezcgi", A2BUS_EZCGI); /* E-Z Color Graphics Interface */
- device.option_add("ezcgi9938", A2BUS_EZCGI_9938); /* E-Z Color Graphics Interface (TMS9938) */
- device.option_add("ezcgi9958", A2BUS_EZCGI_9958); /* E-Z Color Graphics Interface (TMS9958) */
- // device.option_add("magicmusician", A2BUS_MAGICMUSICIAN); /* Magic Musician Card */
- device.option_add("pcxport", A2BUS_PCXPORTER); /* Applied Engineering PC Transporter */
- device.option_add("ssprite", A2BUS_SSPRITE); /* Synetix SuperSprite Board */
- device.option_add("ssbapple", A2BUS_SSBAPPLE); /* SSB Apple speech board */
- device.option_add("twarp", A2BUS_TRANSWARP); /* AE TransWarp accelerator */
- device.option_add("vulcan", A2BUS_VULCANIIE); /* Applied Engineering Vulcan IDE drive */
- device.option_add("4play", A2BUS_4PLAY); /* 4Play Joystick Card (Rev. B) */
- device.option_add("ceyes2", A2BUS_COMPUTEREYES2); /* ComputerEyes/2 Video Digitizer */
- device.option_add("applesurance", A2BUS_APPLESURANCE); /* Applesurance Diagnostic Controller */
- device.option_add("byte8251", A2BUS_BYTE8251); /* BYTE Magazine 8251 serial card */
- device.option_add("cmsscsi", A2BUS_CMSSCSI); /* CMS Apple II SCSI Card */
- device.option_add("uthernet", A2BUS_UTHERNET); /* A2RetroSystems Uthernet card */
- device.option_add("sider2", A2BUS_SIDER2); /* Advanced Tech Systems / First Class Peripherals Sider 2 SASI card */
- device.option_add("sider1", A2BUS_SIDER1); /* Advanced Tech Systems / First Class Peripherals Sider 1 SASI card */
- device.option_add("uniprint", A2BUS_UNIPRINT); /* Videx Uniprint parallel printer card */
- device.option_add("ccs7710", A2BUS_CCS7710); /* California Computer Systems Model 7710 Asynchronous Serial Interface */
- device.option_add("booti", A2BUS_BOOTI); /* Booti Card */
- device.option_add("lancegs", A2BUS_LANCEGS); /* ///SHH SYSTEME LANceGS Card */
- device.option_add("q68", A2BUS_Q68); /* Stellation Q68 68000 card */
- device.option_add("q68plus", A2BUS_Q68PLUS); /* Stellation Q68 Plus 68000 card */
- device.option_add("a2sd", A2BUS_A2SD); /* Florian Reitz AppleIISD */
- device.option_add("grafex", A2BUS_GRAFEX); /* Grafex card (uPD7220 graphics) */
+ device.option_add("diskii", A2BUS_DISKII); // Disk II Controller Card
+ device.option_add("diskiing", A2BUS_DISKIING); // Disk II Controller Card, cycle-accurate version
+ device.option_add("diskiing13", A2BUS_DISKIING13); // Disk II Controller Card, cycle-accurate version
+ device.option_add("diskiiiwm", A2BUS_IWM_CARD); // IWM Disk II Controller Card
+ device.option_add("mockingboard", A2BUS_MOCKINGBOARD); // Sweet Micro Systems Mockingboard
+ device.option_add("phasor", A2BUS_PHASOR); // Applied Engineering Phasor
+ device.option_add("cffa2", A2BUS_CFFA2); // CFFA2000 Compact Flash for Apple II (www.dreher.net), 65C02/65816 firmware
+ device.option_add("cffa202", A2BUS_CFFA2_6502); // CFFA2000 Compact Flash for Apple II (www.dreher.net), 6502 firmware
+ device.option_add("memexp", A2BUS_MEMEXP); // Apple II Memory Expansion Card
+ device.option_add("ramfactor", A2BUS_RAMFACTOR); // Applied Engineering RamFactor
+ device.option_add("thclock", A2BUS_THUNDERCLOCK); // ThunderWare ThunderClock Plus
+ device.option_add("softcard", A2BUS_SOFTCARD); // Microsoft SoftCard
+ device.option_add("videoterm", A2BUS_VIDEOTERM); // Videx VideoTerm
+ device.option_add("ssc", A2BUS_SSC); // Apple Super Serial Card
+ device.option_add("ssi", APRICORN_SSI); // Apricorn Super Serial Imager
+ device.option_add("swyft", A2BUS_SWYFT); // IAI SwyftCard
+ device.option_add("themill", A2BUS_THEMILL); // Stellation Two The Mill (6809 card)
+ device.option_add("sam", A2BUS_SAM); // SAM Software Automated Mouth (8-bit DAC + speaker)
+ device.option_add("alfam2", A2BUS_ALFAM2); // ALF Apple Music II
+ device.option_add("echoii", A2BUS_ECHOII); // Street Electronics Echo II
+ device.option_add("ap16", A2BUS_IBSAP16); // IBS AP16 (German VideoTerm clone)
+ device.option_add("ap16alt", A2BUS_IBSAP16ALT); // IBS AP16 (German VideoTerm clone), alternate revision
+ device.option_add("vtc1", A2BUS_VTC1); // Unknown VideoTerm clone
+ device.option_add("arcbd", A2BUS_ARCADEBOARD); // Third Millenium Engineering Arcade Board
+ device.option_add("midi", A2BUS_MIDI); // Generic 6840+6850 MIDI board
+ device.option_add("zipdrive", A2BUS_ZIPDRIVE); // ZIP Technologies IDE card
+ device.option_add("focusdrive", A2BUS_FOCUSDRIVE); // Focus Drive IDE card
+ device.option_add("echoiiplus", A2BUS_ECHOPLUS); // Street Electronics Echo Plus (Echo II + Mockingboard clone)
+ device.option_add("scsi", A2BUS_SCSI); // Apple II SCSI Card
+ device.option_add("hsscsi", A2BUS_HSSCSI); // Apple II High-Speed SCSI Card
+ device.option_add("applicard", A2BUS_APPLICARD); // PCPI Applicard
+ device.option_add("aesms", A2BUS_AESMS); // Applied Engineering Super Music Synthesizer
+ device.option_add("ultraterm", A2BUS_ULTRATERM); // Videx UltraTerm (original)
+ device.option_add("ultratermenh", A2BUS_ULTRATERMENH); // Videx UltraTerm (enhanced //e)
+ device.option_add("aevm80", A2BUS_AEVIEWMASTER80); // Applied Engineering ViewMaster 80
+ device.option_add("parprn", A2BUS_PARPRN); // Apple II Parallel Printer Interface Card
+ device.option_add("parallel", A2BUS_PIC); // Apple II Parallel Interface Card
+ device.option_add("grappler", A2BUS_GRAPPLER); // Orange Micro Grappler Printer Interface card
+ device.option_add("grapplus", A2BUS_GRAPPLERPLUS); // Orange Micro Grappler+ Printer Interface card
+ device.option_add("bufgrapplus", A2BUS_BUFGRAPPLERPLUS); // Orange Micro Buffered Grappler+ Printer Interface card
+ device.option_add("bufgrapplusa", A2BUS_BUFGRAPPLERPLUSA); // Orange Micro Buffered Grappler+ (rev A) Printer Interface card
+ device.option_add("corvus", A2BUS_CORVUS); // Corvus flat-cable HDD interface (see notes in a2corvus.c)
+ device.option_add("mcms1", A2BUS_MCMS1); // Mountain Computer Music System, card 1 of 2
+ device.option_add("mcms2", A2BUS_MCMS2); // Mountain Computer Music System, card 2 of 2. must be in card 1's slot + 1!
+ device.option_add("dx1", A2BUS_DX1); // Decillonix DX-1 sampler card
+ device.option_add("tm2ho", A2BUS_TIMEMASTERHO); // Applied Engineering TimeMaster II H.O.
+ device.option_add("mouse", A2BUS_MOUSE); // Apple II Mouse Card
+ device.option_add("ezcgi", A2BUS_EZCGI); // E-Z Color Graphics Interface
+ device.option_add("ezcgi9938", A2BUS_EZCGI_9938); // E-Z Color Graphics Interface (TMS9938)
+ device.option_add("ezcgi9958", A2BUS_EZCGI_9958); // E-Z Color Graphics Interface (TMS9958)
+// device.option_add("magicmusician", A2BUS_MAGICMUSICIAN); // Magic Musician Card
+ device.option_add("pcxport", A2BUS_PCXPORTER); // Applied Engineering PC Transporter
+ device.option_add("ssprite", A2BUS_SSPRITE); // Synetix SuperSprite Board
+ device.option_add("ssbapple", A2BUS_SSBAPPLE); // SSB Apple speech board
+ device.option_add("twarp", A2BUS_TRANSWARP); // AE TransWarp accelerator
+ device.option_add("vulcan", A2BUS_VULCANIIE); // Applied Engineering Vulcan IDE drive
+ device.option_add("4play", A2BUS_4PLAY); // 4Play Joystick Card (Rev. B)
+ device.option_add("ceyes2", A2BUS_COMPUTEREYES2); // ComputerEyes/2 Video Digitizer
+ device.option_add("applesurance", A2BUS_APPLESURANCE); // Applesurance Diagnostic Controller
+ device.option_add("byte8251", A2BUS_BYTE8251); // BYTE Magazine 8251 serial card
+ device.option_add("cmsscsi", A2BUS_CMSSCSI); // CMS Apple II SCSI Card
+ device.option_add("uthernet", A2BUS_UTHERNET); // A2RetroSystems Uthernet card
+ device.option_add("sider2", A2BUS_SIDER2); // Advanced Tech Systems / First Class Peripherals Sider 2 SASI card
+ device.option_add("sider1", A2BUS_SIDER1); // Advanced Tech Systems / First Class Peripherals Sider 1 SASI card
+ device.option_add("uniprint", A2BUS_UNIPRINT); // Videx Uniprint parallel printer card
+ device.option_add("ccs7710", A2BUS_CCS7710); // California Computer Systems Model 7710 Asynchronous Serial Interface
+ device.option_add("booti", A2BUS_BOOTI); // Booti Card
+ device.option_add("lancegs", A2BUS_LANCEGS); // ///SHH SYSTEME LANceGS Card
+ device.option_add("q68", A2BUS_Q68); // Stellation Q68 68000 card
+ device.option_add("q68plus", A2BUS_Q68PLUS); // Stellation Q68 Plus 68000 card
+ device.option_add("a2sd", A2BUS_A2SD); // Florian Reitz AppleIISD
+ device.option_add("grafex", A2BUS_GRAFEX); // Grafex card (uPD7220 graphics)
}
void apple2gs_cards(device_slot_interface &device)
{
- device.option_add("diskiing", A2BUS_DISKIING); /* Disk II Controller Card, cycle-accurate version */
- device.option_add("mockingboard", A2BUS_MOCKINGBOARD); /* Sweet Micro Systems Mockingboard */
- device.option_add("phasor", A2BUS_PHASOR); /* Applied Engineering Phasor */
- device.option_add("cffa2", A2BUS_CFFA2); /* CFFA2000 Compact Flash for Apple II (www.dreher.net), 65C02/65816 firmware */
- device.option_add("cffa202", A2BUS_CFFA2_6502); /* CFFA2000 Compact Flash for Apple II (www.dreher.net), 6502 firmware */
- device.option_add("memexp", A2BUS_MEMEXP); /* Apple II Memory Expansion Card */
- device.option_add("ramfactor", A2BUS_RAMFACTOR); /* Applied Engineering RamFactor */
- device.option_add("thclock", A2BUS_THUNDERCLOCK); /* ThunderWare ThunderClock Plus */
- device.option_add("softcard", A2BUS_SOFTCARD); /* Microsoft SoftCard */
- device.option_add("videoterm", A2BUS_VIDEOTERM); /* Videx VideoTerm */
- device.option_add("ssc", A2BUS_SSC); /* Apple Super Serial Card */
- device.option_add("ssi", APRICORN_SSI); /* Apricorn Super Serial Imager */
- device.option_add("swyft", A2BUS_SWYFT); /* IAI SwyftCard */
- device.option_add("themill", A2BUS_THEMILL); /* Stellation Two The Mill (6809 card) */
- device.option_add("sam", A2BUS_SAM); /* SAM Software Automated Mouth (8-bit DAC + speaker) */
- device.option_add("alfam2", A2BUS_ALFAM2); /* ALF Apple Music II */
- device.option_add("echoii", A2BUS_ECHOII); /* Street Electronics Echo II */
- device.option_add("ap16", A2BUS_IBSAP16); /* IBS AP16 (German VideoTerm clone) */
- device.option_add("ap16alt", A2BUS_IBSAP16ALT); /* IBS AP16 (German VideoTerm clone), alternate revision */
- device.option_add("vtc1", A2BUS_VTC1); /* Unknown VideoTerm clone */
- device.option_add("arcbd", A2BUS_ARCADEBOARD); /* Third Millenium Engineering Arcade Board */
- device.option_add("midi", A2BUS_MIDI); /* Generic 6840+6850 MIDI board */
- device.option_add("zipdrive", A2BUS_ZIPDRIVE); /* ZIP Technologies IDE card */
- device.option_add("focusdrive", A2BUS_FOCUSDRIVE); /* Focus Drive IDE card */
- device.option_add("echoiiplus", A2BUS_ECHOPLUS); /* Street Electronics Echo Plus (Echo II + Mockingboard clone) */
- device.option_add("scsi", A2BUS_SCSI); /* Apple II SCSI Card */
- device.option_add("hsscsi", A2BUS_HSSCSI); /* Apple II High-Speed SCSI Card */
- device.option_add("applicard", A2BUS_APPLICARD); /* PCPI Applicard */
- device.option_add("aesms", A2BUS_AESMS); /* Applied Engineering Super Music Synthesizer */
- device.option_add("ultraterm", A2BUS_ULTRATERM); /* Videx UltraTerm (original) */
- device.option_add("ultratermenh", A2BUS_ULTRATERMENH); /* Videx UltraTerm (enhanced //e) */
- device.option_add("aevm80", A2BUS_AEVIEWMASTER80); /* Applied Engineering ViewMaster 80 */
- device.option_add("parprn", A2BUS_PARPRN); /* Apple II Parallel Printer Interface Card */
- device.option_add("parallel", A2BUS_PIC); /* Apple Parallel Interface Card */
- device.option_add("grappler", A2BUS_GRAPPLER); /* Orange Micro Grappler Printer Interface card */
- device.option_add("grapplus", A2BUS_GRAPPLERPLUS); /* Orange Micro Grappler+ Printer Interface card */
- device.option_add("bufgrapplus", A2BUS_BUFGRAPPLERPLUS); /* Orange Micro Buffered Grappler+ Printer Interface card */
- device.option_add("bufgrapplusa", A2BUS_BUFGRAPPLERPLUSA); /* Orange Micro Buffered Grappler+ (rev A) Printer Interface card */
- device.option_add("corvus", A2BUS_CORVUS); /* Corvus flat-cable HDD interface (see notes in a2corvus.c) */
- device.option_add("mcms1", A2BUS_MCMS1); /* Mountain Computer Music System, card 1 of 2 */
- device.option_add("mcms2", A2BUS_MCMS2); /* Mountain Computer Music System, card 2 of 2. must be in card 1's slot + 1! */
- device.option_add("dx1", A2BUS_DX1); /* Decillonix DX-1 sampler card */
- device.option_add("tm2ho", A2BUS_TIMEMASTERHO); /* Applied Engineering TimeMaster II H.O. */
- device.option_add("mouse", A2BUS_MOUSE); /* Apple II Mouse Card */
- device.option_add("ezcgi", A2BUS_EZCGI); /* E-Z Color Graphics Interface */
- device.option_add("ezcgi9938", A2BUS_EZCGI_9938); /* E-Z Color Graphics Interface (TMS9938) */
- device.option_add("ezcgi9958", A2BUS_EZCGI_9958); /* E-Z Color Graphics Interface (TMS9958) */
- device.option_add("vulcan", A2BUS_VULCAN); /* Applied Engineering Vulcan IDE drive */
- device.option_add("vulcangold", A2BUS_VULCANGOLD); /* Applied Engineering Vulcan Gold IDE drive */
- device.option_add("4play", A2BUS_4PLAY); /* 4Play Joystick Card (Rev. B) */
- // device.option_add("magicmusician", A2BUS_MAGICMUSICIAN); /* Magic Musician Card */
- // device.option_add("pcxport", A2BUS_PCXPORTER); /* Applied Engineering PC Transporter */
- device.option_add("byte8251", A2BUS_BYTE8251); /* BYTE Magazine 8251 serial card */
- // device.option_add("hostram", A2BUS_HOSTRAM); /* Slot 7 RAM for GS Plus host protocol */
- // device.option_add("ramfast", A2BUS_RAMFAST); /* C.V. Technologies RAMFast SCSI card */
- device.option_add("cmsscsi", A2BUS_CMSSCSI); /* CMS Apple II SCSI Card */
- device.option_add("uthernet", A2BUS_UTHERNET); /* A2RetroSystems Uthernet card */
- device.option_add("sider2", A2BUS_SIDER2); /* Advanced Tech Systems / First Class Peripherals Sider 2 SASI card */
- device.option_add("sider1", A2BUS_SIDER1); /* Advanced Tech Systems / First Class Peripherals Sider 1 SASI card */
- device.option_add("uniprint", A2BUS_UNIPRINT); /* Videx Uniprint parallel printer card */
- device.option_add("ccs7710", A2BUS_CCS7710); /* California Computer Systems Model 7710 Asynchronous Serial Interface */
- device.option_add("booti", A2BUS_BOOTI); /* Booti Card */
- device.option_add("lancegs", A2BUS_LANCEGS); /* ///SHH SYSTEME LANceGS Card */
- device.option_add("q68", A2BUS_Q68); /* Stellation Q68 68000 card */
- device.option_add("q68plus", A2BUS_Q68PLUS); /* Stellation Q68 Plus 68000 card */
- device.option_add("grafex", A2BUS_GRAFEX); /* Grafex card (uPD7220 graphics) */
+ device.option_add("diskiing", A2BUS_DISKIING); // Disk II Controller Card, cycle-accurate version
+ device.option_add("mockingboard", A2BUS_MOCKINGBOARD); // Sweet Micro Systems Mockingboard
+ device.option_add("phasor", A2BUS_PHASOR); // Applied Engineering Phasor
+ device.option_add("cffa2", A2BUS_CFFA2); // CFFA2000 Compact Flash for Apple II (www.dreher.net), 65C02/65816 firmware
+ device.option_add("cffa202", A2BUS_CFFA2_6502); // CFFA2000 Compact Flash for Apple II (www.dreher.net), 6502 firmware
+ device.option_add("memexp", A2BUS_MEMEXP); // Apple II Memory Expansion Card
+ device.option_add("ramfactor", A2BUS_RAMFACTOR); // Applied Engineering RamFactor
+ device.option_add("thclock", A2BUS_THUNDERCLOCK); // ThunderWare ThunderClock Plus
+ device.option_add("softcard", A2BUS_SOFTCARD); // Microsoft SoftCard
+ device.option_add("videoterm", A2BUS_VIDEOTERM); // Videx VideoTerm
+ device.option_add("ssc", A2BUS_SSC); // Apple Super Serial Card
+ device.option_add("ssi", APRICORN_SSI); // Apricorn Super Serial Imager
+ device.option_add("swyft", A2BUS_SWYFT); // IAI SwyftCard
+ device.option_add("themill", A2BUS_THEMILL); // Stellation Two The Mill (6809 card)
+ device.option_add("sam", A2BUS_SAM); // SAM Software Automated Mouth (8-bit DAC + speaker)
+ device.option_add("alfam2", A2BUS_ALFAM2); // ALF Apple Music II
+ device.option_add("echoii", A2BUS_ECHOII); // Street Electronics Echo II
+ device.option_add("ap16", A2BUS_IBSAP16); // IBS AP16 (German VideoTerm clone)
+ device.option_add("ap16alt", A2BUS_IBSAP16ALT); // IBS AP16 (German VideoTerm clone), alternate revision
+ device.option_add("vtc1", A2BUS_VTC1); // Unknown VideoTerm clone
+ device.option_add("arcbd", A2BUS_ARCADEBOARD); // Third Millenium Engineering Arcade Board
+ device.option_add("midi", A2BUS_MIDI); // Generic 6840+6850 MIDI board
+ device.option_add("zipdrive", A2BUS_ZIPDRIVE); // ZIP Technologies IDE card
+ device.option_add("focusdrive", A2BUS_FOCUSDRIVE); // Focus Drive IDE card
+ device.option_add("echoiiplus", A2BUS_ECHOPLUS); // Street Electronics Echo Plus (Echo II + Mockingboard clone)
+ device.option_add("scsi", A2BUS_SCSI); // Apple II SCSI Card
+ device.option_add("hsscsi", A2BUS_HSSCSI); // Apple II High-Speed SCSI Card
+ device.option_add("applicard", A2BUS_APPLICARD); // PCPI Applicard
+ device.option_add("aesms", A2BUS_AESMS); // Applied Engineering Super Music Synthesizer
+ device.option_add("ultraterm", A2BUS_ULTRATERM); // Videx UltraTerm (original)
+ device.option_add("ultratermenh", A2BUS_ULTRATERMENH); // Videx UltraTerm (enhanced //e)
+ device.option_add("aevm80", A2BUS_AEVIEWMASTER80); // Applied Engineering ViewMaster 80
+ device.option_add("parprn", A2BUS_PARPRN); // Apple II Parallel Printer Interface Card
+ device.option_add("parallel", A2BUS_PIC); // Apple Parallel Interface Card
+ device.option_add("grappler", A2BUS_GRAPPLER); // Orange Micro Grappler Printer Interface card
+ device.option_add("grapplus", A2BUS_GRAPPLERPLUS); // Orange Micro Grappler+ Printer Interface card
+ device.option_add("bufgrapplus", A2BUS_BUFGRAPPLERPLUS); // Orange Micro Buffered Grappler+ Printer Interface card
+ device.option_add("bufgrapplusa", A2BUS_BUFGRAPPLERPLUSA); // Orange Micro Buffered Grappler+ (rev A) Printer Interface card
+ device.option_add("corvus", A2BUS_CORVUS); // Corvus flat-cable HDD interface (see notes in a2corvus.c)
+ device.option_add("mcms1", A2BUS_MCMS1); // Mountain Computer Music System, card 1 of 2
+ device.option_add("mcms2", A2BUS_MCMS2); // Mountain Computer Music System, card 2 of 2. must be in card 1's slot + 1!
+ device.option_add("dx1", A2BUS_DX1); // Decillonix DX-1 sampler card
+ device.option_add("tm2ho", A2BUS_TIMEMASTERHO); // Applied Engineering TimeMaster II H.O.
+ device.option_add("mouse", A2BUS_MOUSE); // Apple II Mouse Card
+ device.option_add("ezcgi", A2BUS_EZCGI); // E-Z Color Graphics Interface
+ device.option_add("ezcgi9938", A2BUS_EZCGI_9938); // E-Z Color Graphics Interface (TMS9938)
+ device.option_add("ezcgi9958", A2BUS_EZCGI_9958); // E-Z Color Graphics Interface (TMS9958)
+ device.option_add("vulcan", A2BUS_VULCAN); // Applied Engineering Vulcan IDE drive
+ device.option_add("vulcangold", A2BUS_VULCANGOLD); // Applied Engineering Vulcan Gold IDE drive
+ device.option_add("4play", A2BUS_4PLAY); // 4Play Joystick Card (Rev. B)
+// device.option_add("magicmusician", A2BUS_MAGICMUSICIAN); // Magic Musician Card
+// device.option_add("pcxport", A2BUS_PCXPORTER); // Applied Engineering PC Transporter
+ device.option_add("byte8251", A2BUS_BYTE8251); // BYTE Magazine 8251 serial card
+// device.option_add("hostram", A2BUS_HOSTRAM); // Slot 7 RAM for GS Plus host protocol
+// device.option_add("ramfast", A2BUS_RAMFAST); // C.V. Technologies RAMFast SCSI card
+ device.option_add("cmsscsi", A2BUS_CMSSCSI); // CMS Apple II SCSI Card
+ device.option_add("uthernet", A2BUS_UTHERNET); // A2RetroSystems Uthernet card
+ device.option_add("sider2", A2BUS_SIDER2); // Advanced Tech Systems / First Class Peripherals Sider 2 SASI card
+ device.option_add("sider1", A2BUS_SIDER1); // Advanced Tech Systems / First Class Peripherals Sider 1 SASI card
+ device.option_add("uniprint", A2BUS_UNIPRINT); // Videx Uniprint parallel printer card
+ device.option_add("ccs7710", A2BUS_CCS7710); // California Computer Systems Model 7710 Asynchronous Serial Interface
+ device.option_add("booti", A2BUS_BOOTI); // Booti Card
+ device.option_add("lancegs", A2BUS_LANCEGS); // ///SHH SYSTEME LANceGS Card
+ device.option_add("q68", A2BUS_Q68); // Stellation Q68 68000 card
+ device.option_add("q68plus", A2BUS_Q68PLUS); // Stellation Q68 Plus 68000 card
+ device.option_add("grafex", A2BUS_GRAFEX); // Grafex card (uPD7220 graphics)
}
void apple3_cards(device_slot_interface &device)
{
- device.option_add("cffa2", A2BUS_CFFA2_6502); // CFFA2.0 Compact Flash for Apple II (www.dreher.net), 6502 firmware
- device.option_add("applicard", A2BUS_APPLICARD); // PCPI Applicard
- device.option_add("thclock", A2BUS_THUNDERCLOCK); // ThunderWare ThunderClock Plus - driver assumes slot 2 by default
- device.option_add("mouse", A2BUS_MOUSE); // Apple II Mouse Card
- device.option_add("focusdrive", A2BUS_FOCUSDRIVE); // Focus Drive IDE card
- device.option_add("cmsscsi", A2BUS_CMSSCSI); // CMS Apple II SCSI Card
+ device.option_add("cffa2", A2BUS_CFFA2_6502); // CFFA2.0 Compact Flash for Apple II (www.dreher.net), 6502 firmware
+ device.option_add("applicard", A2BUS_APPLICARD); // PCPI Applicard
+ device.option_add("thclock", A2BUS_THUNDERCLOCK); // ThunderWare ThunderClock Plus - driver assumes slot 2 by default
+ device.option_add("mouse", A2BUS_MOUSE); // Apple II Mouse Card
+ device.option_add("focusdrive", A2BUS_FOCUSDRIVE); // Focus Drive IDE card
+ device.option_add("cmsscsi", A2BUS_CMSSCSI); // CMS Apple II SCSI Card
device.option_add("titan3plus2", A2BUS_TITAN3PLUS2); // Titan /// Plus 2 card
device.option_add("mockingboard", A2BUS_MOCKINGBOARD); // Sweet Micro Systems Mockingboard (experimental on ///)
- device.option_add("softcard3", A2BUS_SOFTCARD3); // Microsoft SoftCard ///
- device.option_add("grafex", A2BUS_GRAFEX); /* Grafex card (uPD7220 graphics) */
+ device.option_add("softcard3", A2BUS_SOFTCARD3); // Microsoft SoftCard ///
+ device.option_add("grafex", A2BUS_GRAFEX); // Grafex card (µPD7220 graphics)
}
diff --git a/src/devices/bus/a2bus/cards.h b/src/devices/bus/a2bus/cards.h
index 69a9cae632d..89524aa4d8f 100644
--- a/src/devices/bus/a2bus/cards.h
+++ b/src/devices/bus/a2bus/cards.h
@@ -2,10 +2,10 @@
// copyright-holders:R. Belmont
/***************************************************************************
- Apple II bus slot cards
+ Apple II bus slot cards
- All of these cards are electrically compatible, but for compatibility
- reasons we divide them by machine type.
+ All of these cards are electrically compatible, but for compatibility
+ reasons we divide them by machine type.
***************************************************************************/
diff --git a/src/devices/bus/a2bus/grafex.cpp b/src/devices/bus/a2bus/grafex.cpp
index 9fd30fd46b8..6855ebe174a 100644
--- a/src/devices/bus/a2bus/grafex.cpp
+++ b/src/devices/bus/a2bus/grafex.cpp
@@ -29,8 +29,14 @@
#include "emu.h"
#include "grafex.h"
+
+#include "video/upd7220.h"
+
#include "screen.h"
+
+namespace {
+
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
@@ -63,12 +69,6 @@ private:
rgb_t m_bg, m_fg;
};
-//**************************************************************************
-// GLOBAL VARIABLES
-//**************************************************************************
-
-DEFINE_DEVICE_TYPE(A2BUS_GRAFEX, a2bus_grafex_device, "a2grafex", "Grafex-32")
-
//-------------------------------------------------
// device_add_mconfig - add device configuration
//-------------------------------------------------
@@ -132,3 +132,12 @@ UPD7220_DISPLAY_PIXELS_MEMBER(a2bus_grafex_device::hgdc_display_pixels )
bitmap.pix(y, x + i) = BIT(gfx, i) ? m_fg : m_bg;
}
}
+
+} // anonymous namespace
+
+
+//**************************************************************************
+// GLOBAL VARIABLES
+//**************************************************************************
+
+DEFINE_DEVICE_TYPE_PRIVATE(A2BUS_GRAFEX, device_a2bus_card_interface, a2bus_grafex_device, "a2grafex", "Grafex-32")
diff --git a/src/devices/bus/a2bus/grafex.h b/src/devices/bus/a2bus/grafex.h
index ca1cccc6b38..f21e32df44e 100644
--- a/src/devices/bus/a2bus/grafex.h
+++ b/src/devices/bus/a2bus/grafex.h
@@ -14,9 +14,8 @@
#pragma once
#include "a2bus.h"
-#include "video/upd7220.h"
// device type definition
-DECLARE_DEVICE_TYPE(A2BUS_GRAFEX, a2bus_grafex_device)
+DECLARE_DEVICE_TYPE(A2BUS_GRAFEX, device_a2bus_card_interface)
#endif // MAME_BUS_A2BUS_GRAFEX_H
diff --git a/src/devices/bus/nes/disksys.cpp b/src/devices/bus/nes/disksys.cpp
index d3f10eb27cc..9b90c4ba43e 100644
--- a/src/devices/bus/nes/disksys.cpp
+++ b/src/devices/bus/nes/disksys.cpp
@@ -214,7 +214,7 @@ uint8_t nes_disksys_device::read_m(offs_t offset)
void nes_disksys_device::hblank_irq(int scanline, int vblank, int blanked)
{
-// FIXME: This looks like a gross hack that ties the disk byte transfer IRQ to the PPU. Seriously?
+ // FIXME: This looks like a gross hack that ties the disk byte transfer IRQ to the PPU. Seriously?
if (m_irq_transfer)
{
set_irq_line(ASSERT_LINE);
diff --git a/src/emu/render.cpp b/src/emu/render.cpp
index 1f9918539d5..d1fe139c08c 100644
--- a/src/emu/render.cpp
+++ b/src/emu/render.cpp
@@ -1338,10 +1338,6 @@ void render_target::compute_minimum_size(s32 &minwidth, s32 &minheight)
render_primitive_list &render_target::get_primitives()
{
- // remember the base values if this is the first frame
- if (!m_base_view)
- m_base_view = &current_view();
-
// switch to the next primitive list
render_primitive_list &list = m_primlist[m_listindex];
m_listindex = (m_listindex + 1) % std::size(m_primlist);
@@ -2613,10 +2609,18 @@ int render_target::view_index(layout_view &targetview) const
// config_load - process config information
//-------------------------------------------------
-void render_target::config_load(util::xml::data_node const &targetnode)
+void render_target::config_load(util::xml::data_node const *targetnode)
{
+ // remember the view selected via command line and INI options
+ if (!m_base_view)
+ m_base_view = &current_view();
+
+ // bail if no configuration
+ if (!targetnode)
+ return;
+
// find the view
- const char *viewname = targetnode.get_attribute_string("view", nullptr);
+ const char *viewname = targetnode->get_attribute_string("view", nullptr);
if (viewname != nullptr)
for (int viewnum = 0; viewnum < 1000; viewnum++)
{
@@ -2631,12 +2635,12 @@ void render_target::config_load(util::xml::data_node const &targetnode)
}
// modify the artwork config
- int const zoom = targetnode.get_attribute_int("zoom", -1);
+ int const zoom = targetnode->get_attribute_int("zoom", -1);
if (zoom == 0 || zoom == 1)
set_zoom_to_screen(zoom);
// apply orientation
- int rotate = targetnode.get_attribute_int("rotate", -1);
+ int rotate = targetnode->get_attribute_int("rotate", -1);
if (rotate != -1)
{
if (rotate == 90)
@@ -2660,7 +2664,7 @@ void render_target::config_load(util::xml::data_node const &targetnode)
}
// apply per-view settings
- for (util::xml::data_node const *viewnode = targetnode.get_child("view"); viewnode; viewnode = viewnode->get_next_sibling("view"))
+ for (util::xml::data_node const *viewnode = targetnode->get_child("view"); viewnode; viewnode = viewnode->get_next_sibling("view"))
{
char const *const viewname = viewnode->get_attribute_string("name", nullptr);
if (!viewname)
@@ -3297,8 +3301,20 @@ void render_manager::resolve_tags()
void render_manager::config_load(config_type cfg_type, config_level cfg_level, util::xml::data_node const *parentnode)
{
// we only care about system-specific configuration with matching nodes
- if ((cfg_type != config_type::SYSTEM) || !parentnode)
+ if (cfg_type == config_type::DEFAULT)
+ {
+ // let the targets stabilise themselves
+ for (render_target &target : m_targetlist)
+ {
+ if (!target.hidden())
+ target.config_load(nullptr);
+ }
return;
+ }
+ else if ((cfg_type != config_type::SYSTEM) || !parentnode)
+ {
+ return;
+ }
// check the UI target
util::xml::data_node const *const uinode = parentnode->get_child("interface");
@@ -3314,7 +3330,7 @@ void render_manager::config_load(config_type cfg_type, config_level cfg_level, u
{
render_target *const target = target_by_index(targetnode->get_attribute_int("index", -1));
if (target && !target->hidden())
- target->config_load(*targetnode);
+ target->config_load(targetnode);
}
// iterate over screen nodes
diff --git a/src/emu/render.h b/src/emu/render.h
index d4f99377d70..d7158340c8f 100644
--- a/src/emu/render.h
+++ b/src/emu/render.h
@@ -586,7 +586,7 @@ private:
std::pair<float, float> map_point_internal(s32 target_x, s32 target_y);
// config callbacks
- void config_load(util::xml::data_node const &targetnode);
+ void config_load(util::xml::data_node const *targetnode);
bool config_save(util::xml::data_node &targetnode);
// view lookups
diff --git a/src/mame/drivers/gkigt.cpp b/src/mame/drivers/gkigt.cpp
index 6cf3768fb79..4c4abedfa42 100644
--- a/src/mame/drivers/gkigt.cpp
+++ b/src/mame/drivers/gkigt.cpp
@@ -250,7 +250,7 @@ void igt_gameking_state::igt_gameking_map(address_map &map)
map(0x28010030, 0x28010033).r(FUNC(igt_gameking_state::uart_status_r)); // channel D
map(0x28010034, 0x28010037).w(FUNC(igt_gameking_state::uart_w)); // channel D
map(0x28020000, 0x280205ff).flags(i960_cpu_device::BURST).ram(); // CMOS?
- // map(0x28020000, 0x2802007f).r(FUNC(igt_gameking_state::igt_gk_28010008_r)).nopw();
+// map(0x28020000, 0x2802007f).r(FUNC(igt_gameking_state::igt_gk_28010008_r)).nopw();
map(0x28030000, 0x28030003).portr("IN0");
// map(0x28040000, 0x2804007f).rw("quart2", FUNC(sc28c94_device::read), FUNC(sc28c94_device::write)).umask32(0x00ff00ff);
map(0x2804000a, 0x2804000a).w(FUNC(igt_gameking_state::unk_w));
diff --git a/src/mame/drivers/hds200.cpp b/src/mame/drivers/hds200.cpp
index bdeb3c48c87..e6f3333c09f 100644
--- a/src/mame/drivers/hds200.cpp
+++ b/src/mame/drivers/hds200.cpp
@@ -31,14 +31,17 @@
***************************************************************************/
#include "emu.h"
-#include "cpu/z80/z80.h"
+
#include "machine/hds200_kbd.h"
+
+#include "bus/rs232/rs232.h"
+#include "cpu/z80/z80.h"
#include "machine/input_merger.h"
#include "machine/mc68681.h"
#include "machine/nvram.h"
#include "machine/z80dma.h"
#include "video/scn2674.h"
-#include "bus/rs232/rs232.h"
+
#include "emupal.h"
#include "screen.h"
@@ -53,8 +56,8 @@ namespace {
class hds200_state : public driver_device
{
public:
- hds200_state(const machine_config &mconfig, device_type type, const char *tag)
- : driver_device(mconfig, type, tag),
+ hds200_state(const machine_config &mconfig, device_type type, const char *tag) :
+ driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_dma(*this, "dma"),
m_screen(*this, "screen"),
@@ -173,10 +176,10 @@ SCN2674_DRAW_CHARACTER_MEMBER( hds200_state::draw_character )
// ------1- unknown
// -------0 unknown
- if (ul && (BIT(attrcode, 4)))
+ if (ul && BIT(attrcode, 4))
data = 0x1ff;
- if (blink && (BIT(attrcode, 3)))
+ if (blink && BIT(attrcode, 3))
data = 0x000;
// invert
diff --git a/src/mame/layout/m1albsqp.lay b/src/mame/layout/m1albsqp.lay
index 38434bca792..7ec038d784f 100644
--- a/src/mame/layout/m1albsqp.lay
+++ b/src/mame/layout/m1albsqp.lay
@@ -2978,1974 +2978,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_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_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_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_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_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_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_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_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_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_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_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_unreferenced" 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_unreferenced" 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_standard" 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_standard" 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_standard" 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_standard" 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_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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_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_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_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_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_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_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_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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_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_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_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_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_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_button" 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_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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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_standard" state="0" inputtag="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="lamp239" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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="STROBE5" 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="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE6" 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="lamp5" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp6" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp7" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="vfd0" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd15" 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="0" 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/m1apollo2.lay b/src/mame/layout/m1apollo2.lay
index 09dbe598f1f..bfcf132df44 100644
--- a/src/mame/layout/m1apollo2.lay
+++ b/src/mame/layout/m1apollo2.lay
@@ -4857,1974 +4857,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_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_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_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_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_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_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_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_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_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_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_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_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_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_unreferenced" 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_standard" 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_standard" 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_unreferenced" 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_standard" 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_standard" 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_standard" 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_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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_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_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_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_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_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_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_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_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_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_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_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_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_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_button" 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_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_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_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_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_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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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_standard" state="0" inputtag="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="lamp238" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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="STROBE5" 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="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE6" 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="lamp5" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp6" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp7" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="vfd0" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd15" 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="0" 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/m1bargnc.lay b/src/mame/layout/m1bargnc.lay
index afaa1b4ca0d..a607d102e32 100644
--- a/src/mame/layout/m1bargnc.lay
+++ b/src/mame/layout/m1bargnc.lay
@@ -2673,1974 +2673,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_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_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_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_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_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_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_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_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_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_unreferenced" 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_unreferenced" 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_unreferenced" 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_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_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_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_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_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_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_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_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_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_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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_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_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_button" 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_button" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="lamp254" ref="debug_button_standard" state="0" inputtag="STROBE3" 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="lamp255" ref="debug_button_standard" state="0" inputtag="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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="STROBE5" 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="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp4" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp5" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE6" 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="STROBE6" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="vfd0" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd15" 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="0" 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/m1bghou.lay b/src/mame/layout/m1bghou.lay
index 044d3e98ec5..9a7332b9b5e 100644
--- a/src/mame/layout/m1bghou.lay
+++ b/src/mame/layout/m1bghou.lay
@@ -2771,1974 +2771,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_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_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_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_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_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_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_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_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_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_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_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_unreferenced" 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_unreferenced" 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_unreferenced" 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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_standard" state="0" inputtag="STROBE3" 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_standard" state="0" inputtag="STROBE3" 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_standard" state="0" inputtag="STROBE3" 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_standard" state="0" inputtag="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="lamp194" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="lamp195" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="lamp196" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="lamp197" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="lamp199" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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="STROBE5" 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="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE6" 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="lamp5" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp6" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp7" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="vfd0" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd15" 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="0" 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/m1bigdel.lay b/src/mame/layout/m1bigdel.lay
index 04f1fc0072b..f99d79a1e74 100644
--- a/src/mame/layout/m1bigdel.lay
+++ b/src/mame/layout/m1bigdel.lay
@@ -2950,1974 +2950,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_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_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_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_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_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_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_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_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_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_unreferenced" 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_unreferenced" 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_unreferenced" 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_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_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_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_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_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_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_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_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_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_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_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_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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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_standard" state="0" inputtag="STROBE3" 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_standard" state="0" inputtag="STROBE3" 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_standard" state="0" inputtag="STROBE3" 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_standard" state="0" inputtag="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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="STROBE5" 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="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE6" 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="lamp5" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp6" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp7" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="vfd0" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd15" 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="0" 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/m1calypsa.lay b/src/mame/layout/m1calypsa.lay
index ba026f208a8..9b694c1e347 100644
--- a/src/mame/layout/m1calypsa.lay
+++ b/src/mame/layout/m1calypsa.lay
@@ -4007,1974 +4007,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_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_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_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_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_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_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_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_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_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_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_unreferenced" 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_unreferenced" 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_unreferenced" 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_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_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_button" 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_button" 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_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_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_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_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_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_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_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_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_button" 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_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_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_button" 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_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_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_button" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="lamp248" ref="debug_button_standard" state="0" inputtag="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="lamp171" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="lamp205" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="lamp160" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="lamp216" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="lamp227" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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="STROBE5" 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="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE6" 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="lamp5" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp6" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp7" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="vfd0" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd15" 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="0" 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/m1casclb.lay b/src/mame/layout/m1casclb.lay
index 17bc8f48448..33537765394 100644
--- a/src/mame/layout/m1casclb.lay
+++ b/src/mame/layout/m1casclb.lay
@@ -2071,1974 +2071,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_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_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_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_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_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_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_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_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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_button" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="lamp255" ref="debug_button_standard" state="0" inputtag="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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="STROBE5" 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="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp4" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp5" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp6" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp7" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="vfd0" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd15" 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="0" 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/m1casroy1.lay b/src/mame/layout/m1casroy1.lay
index 1294d4ded36..5d699893202 100644
--- a/src/mame/layout/m1casroy1.lay
+++ b/src/mame/layout/m1casroy1.lay
@@ -2476,1974 +2476,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_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_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_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_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_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_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_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_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_unreferenced" 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_unreferenced" 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_standard" 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_standard" 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_standard" 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_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_standard" 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_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_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_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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_button" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="lamp255" ref="debug_button_standard" state="0" inputtag="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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="STROBE5" 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="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp4" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp5" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp6" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp7" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="vfd0" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd15" 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="0" 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/m1chain.lay b/src/mame/layout/m1chain.lay
index 474b388b2c1..5fd5e522296 100644
--- a/src/mame/layout/m1chain.lay
+++ b/src/mame/layout/m1chain.lay
@@ -2750,1974 +2750,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_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_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_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_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_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_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_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_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_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_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_unreferenced" 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_unreferenced" 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_unreferenced" 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_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_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_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_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_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_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_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_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_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_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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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_standard" state="0" inputtag="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="debug_button_32" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_35" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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="STROBE5" 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="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE6" 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="lamp5" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp6" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp7" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="vfd0" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd15" 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="0" 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/m1cik51o.lay b/src/mame/layout/m1cik51o.lay
index bce461fd7fc..5b3a90b69f8 100644
--- a/src/mame/layout/m1cik51o.lay
+++ b/src/mame/layout/m1cik51o.lay
@@ -3995,1974 +3995,1001 @@
<element ref="debug_backdrop_colour">
<bounds x="0" y="0" width="1920" height="1080"/>
</element>
+
<element name="lamp0" ref="debug_lamp_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_button" 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_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_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_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_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_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_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_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_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_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_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_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_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_unreferenced" 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_standard" 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_standard" 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_unreferenced" 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_unreferenced" 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_standard" 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_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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_segment" 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_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_button" 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_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_button" 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_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_button" 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_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_button" 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_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_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_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_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_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_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_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_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_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_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_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_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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE1" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE2" 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="STROBE3" 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="STROBE3" 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_standard" state="0" inputtag="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE3" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="STROBE4" 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="lamp157" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="lamp168" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="lamp137" ref="debug_button_standard" state="0" inputtag="STROBE5" 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="lamp147" ref="debug_button_standard" state="0" inputtag="STROBE5" 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_unreferenced" state="0" inputtag="STROBE5" 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="debug_button_37" ref="debug_button_unreferenced" state="0" inputtag="STROBE5" 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="STROBE5" 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="STROBE5" 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="lamp0" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp1" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp2" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp3" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE6" 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="lamp5" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp6" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="lamp7" ref="debug_button_standard" state="0" inputtag="STROBE6" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE7" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="STROBE8" 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="vfd0" ref="debug_vfd" state="0">
- <bounds x="1150" y="600" width="32" height="48"/>
- </element>
- <element name="vfd1" ref="debug_vfd" state="0">
- <bounds x="1182" y="600" width="32" height="48"/>
- </element>
- <element name="vfd2" ref="debug_vfd" state="0">
- <bounds x="1214" y="600" width="32" height="48"/>
- </element>
- <element name="vfd3" ref="debug_vfd" state="0">
- <bounds x="1246" y="600" width="32" height="48"/>
- </element>
- <element name="vfd4" ref="debug_vfd" state="0">
- <bounds x="1278" y="600" width="32" height="48"/>
- </element>
- <element name="vfd5" ref="debug_vfd" state="0">
- <bounds x="1310" y="600" width="32" height="48"/>
- </element>
- <element name="vfd6" ref="debug_vfd" state="0">
- <bounds x="1342" y="600" width="32" height="48"/>
- </element>
- <element name="vfd7" ref="debug_vfd" state="0">
- <bounds x="1374" y="600" width="32" height="48"/>
- </element>
- <element name="vfd8" ref="debug_vfd" state="0">
- <bounds x="1406" y="600" width="32" height="48"/>
- </element>
- <element name="vfd9" ref="debug_vfd" state="0">
- <bounds x="1438" y="600" width="32" height="48"/>
- </element>
- <element name="vfd10" ref="debug_vfd" state="0">
- <bounds x="1470" y="600" width="32" height="48"/>
- </element>
- <element name="vfd11" ref="debug_vfd" state="0">
- <bounds x="1502" y="600" width="32" height="48"/>
- </element>
- <element name="vfd12" ref="debug_vfd" state="0">
- <bounds x="1534" y="600" width="32" height="48"/>
- </element>
- <element name="vfd13" ref="debug_vfd" state="0">
- <bounds x="1566" y="600" width="32" height="48"/>
- </element>
- <element name="vfd14" ref="debug_vfd" state="0">
- <bounds x="1598" y="600" width="32" height="48"/>
- </element>
- <element name="vfd15" 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="0" 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>