blob: 30bae4a87a2ea0eab65f6229ed89779eb304718a (
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
|
<mamelayout version="2">
<element name="red_led">
<disk>
<color red="1.0" green="0.0" blue="0.0" />
</disk>
</element>
<element name="CASSETTE">
<text string="CASSETTE">
<color red="1.0" green="1.0" blue="1.0" />
</text>
</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="Cassette LED">
<!-- <bezel name="cass_txt" element="CASSETTE">
<bounds left="0" right="100" top="1030" bottom="1050" />
</bezel> -->
<bezel name="cass_led" element="red_led">
<bounds left="0" right="20" top="1020" bottom="1045" />
</bezel>
<!-- <bezel element="background">
<bounds left="0" top="850" right="1" bottom="855" />
</bezel> -->
<screen index="0">
<bounds x="0" y="0" width="1400" height="1050" />
</screen>
</view>
</mamelayout>
|