Initial commit.
[euphoria.git] / data / themes / winter / parts / text.edc
1       part {
2         name, "artist_name";
3         type, TEXT;
4         mouse_events, 1;
5         description {
6           state, "default" 0.0;
7           visible, 1;
8           color, 0 0 0 200;
9           rel1 {
10             to, "screen";
11             relative, 0 0;
12             offset, 7 7;
13           }
14           rel2 {
15             to, "screen";
16             relative, 1 0;
17             offset, -5 25;
18           }
19           text {
20             text, "artist";
21             font, "Vera";
22             size, 12;
23             min, 0 1;
24             align, 0 0;
25           }
26         }
27       } //artist_name part
28
29       part {
30         name, "album_name";
31         type, TEXT;
32         mouse_events, 1;
33         description {
34           state, "default" 0.0;
35           visible, 1;
36           color, 0 0 0 200;
37           rel1 {
38             to, "artist_name";
39             relative, 0 1;
40             offset, 0 5;
41           }
42           rel2 {
43             to, "artist_name";
44             relative, 1 0;
45             offset, 0 25;
46           }
47           text {
48             text, "album";
49             font, "Vera";
50             size, 10;
51             min, 0 1;
52             align, 0 0;
53           }
54         }
55       } // album_name part
56
57       part {
58         name, "song_name";
59         type, TEXT;
60         mouse_events, 1;
61         description {
62           state, "default" 0.0;
63           visible, 1;
64           color, 0 0 0 200;
65           rel1 {
66             to, "album_name";
67             relative, 0 1;
68             offset, 0 5;
69           }
70           rel2 {
71             to, "album_name";
72             relative, 1 0;
73             offset, 0 25;
74           }
75           text {
76             text, "song";
77             font, "Vera";
78             size, 10;
79             min, 0 1;
80             align, 0 0;
81           }
82         }
83       } //part
84
85       part {
86         name, "player.time";
87         type, TEXT;
88         mouse_events, 1;
89         description {
90           state, "default" 0.0;
91           visible, 1;
92           color, 0 0 0 200;
93           rel1 {
94             to_x, "screen";
95             to_y, "song_name";
96             relative, 0 1;
97             offset, 7 5;
98           }
99           rel2 {
100             to, "screen";
101             relative, 1 1;
102             offset, -8 -8;
103           }
104           text {
105             text, "00:00";
106             font, "Vera";
107             size, 14;
108             min, 0 1;
109             align, 1 0;
110           }
111         }
112       } //time_text part
113
114
115       part {
116         name, "vol_display_text";
117         type, TEXT;
118         mouse_events, 1;
119         description {
120           state, "default" 0.0;
121           visible, 1;
122           color, 0 0 0 200;
123           rel1 {
124             to, "volumeBox";
125             relative, 0 0;
126             offset, 2 3;
127           }
128           rel2 {
129             to, "volumeBox";
130             relative, 1 1;
131             offset, -3 -3;
132           }
133           text {
134             text, "100";
135             font, "Vera";
136             size, 10;
137             min, 0 0;
138             align, .5 .5;
139           }
140         }
141       } //part