blob: e5063c660fbbf8efce211cd170615d7bb74ec931 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
<?xml version="1.0"?>
<!--
license:CC0
-->
<mamelayout version="2">
<element name="digit" defstate="0">
<led7seg>
<color red="0.75" green="0.0" blue="0.0" />
</led7seg>
</element>
<element name="red_lamp">
<disk><color red="1.0" green="0.0" blue="0.0" /></disk>
</element>
<element name="background">
<rect>
<bounds left="0" top="0" right="1" bottom="1" />
<color red="0.0" green="0.0" blue="0.0" />
</rect>
</element>
<view name="Default Layout">
<!-- Black background -->
<element ref="background">
<bounds left="97" top="95" right="428" bottom="250" />
</element>
<element name="digit0" ref="digit">
<bounds left="107" top="105" right="155" bottom="185" />
</element>
<element name="digit1" ref="digit">
<bounds left="155" top="105" right="203" bottom="185" />
</element>
<element name="digit2" ref="digit">
<bounds left="323" top="105" right="370" bottom="185" />
</element>
<element name="digit3" ref="digit">
<bounds left="371" top="105" right="418" bottom="185" />
</element>
<element name="lamp0" ref="red_lamp">
<bounds left="124" right="129" top="205" bottom="210" /></element>
<element name="lamp1" ref="red_lamp">
<bounds left="134" right="139" top="205" bottom="210" /></element>
<element name="lamp2" ref="red_lamp">
<bounds left="144" right="149" top="205" bottom="210" /></element>
<element name="lamp3" ref="red_lamp">
<bounds left="154" right="159" top="205" bottom="210" /></element>
<element name="lamp4" ref="red_lamp">
<bounds left="164" right="169" top="205" bottom="210" /></element>
<element name="lamp5" ref="red_lamp">
<bounds left="174" right="179" top="205" bottom="210" /></element>
<element name="lamp6" ref="red_lamp">
<bounds left="184" right="189" top="205" bottom="210" /></element>
<element name="lamp7" ref="red_lamp">
<bounds left="194" right="199" top="205" bottom="210" /></element>
<element name="lamp8" ref="red_lamp">
<bounds left="324" right="329" top="205" bottom="210" /></element>
<element name="lamp9" ref="red_lamp">
<bounds left="334" right="339" top="205" bottom="210" /></element>
<element name="lamp10" ref="red_lamp">
<bounds left="344" right="349" top="205" bottom="210" /></element>
<element name="lamp11" ref="red_lamp">
<bounds left="354" right="359" top="205" bottom="210" /></element>
<element name="lamp12" ref="red_lamp">
<bounds left="364" right="369" top="205" bottom="210" /></element>
<element name="lamp13" ref="red_lamp">
<bounds left="374" right="379" top="205" bottom="210" /></element>
<element name="lamp14" ref="red_lamp">
<bounds left="384" right="389" top="205" bottom="210" /></element>
<element name="lamp15" ref="red_lamp">
<bounds left="394" right="399" top="205" bottom="210" /></element>
</view>
</mamelayout>
|