-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstatus-ui.xml
129 lines (116 loc) · 4.62 KB
/
status-ui.xml
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<mythuitheme>
<window name="status">
<shape name="titlebox">
<area>10,10,780,60</area>
<type>roundbox</type>
<fill color="#000000" alpha="150" />
<cornerradius>30</cornerradius>
</shape>
<shape name="infobox">
<area>-10,595,1300,370</area>
<type>box</type>
<fill color="#000000" alpha="150" />
</shape>
<textarea name="heading">
<area>50,10,590,60</area>
<cutdown>yes</cutdown>
<font>baselarge</font>
<align>vcenter,left</align>
<value>System Status</value>
</textarea>
<shape name="list_background">
<area>20,135,1240,450</area>
<type>roundbox</type>
<fill color="#000000" alpha="150" />
<cornerradius>12</cornerradius>
</shape>
<buttonlist name="category">
<area>15,83,1250,30</area>
<layout>horizontal</layout>
<spacing>10</spacing>
<buttonarea>33,0,1190,40</buttonarea>
<triggerevent context="Global" action="ESCAPE">UP</triggerevent>
<statetype name="buttonitem">
<area>0,0,180,40</area>
<state name="active">
<shape name="list_background">
<area>0,0,190,40</area>
<type>roundbox</type>
<fill color="#999999" alpha="50" />
<line color="#FFFFFF" alpha="0" width="0" />
<cornerradius>20</cornerradius>
</shape>
<textarea name="buttontext" from="basetextarea">
<area>5,0,180,40</area>
<font>basesmall</font>
<font state="error">basesmallred</font>
<font state="warning">basesmallyellow</font>
<align>allcenter</align>
</textarea>
</state>
<state name="selectedactive" from="active">
<shape name="list_background">
<area>0,0,190,40</area>
<type>roundbox</type>
<fill color="#ffffff" alpha="50" />
<line color="#FFFFFF" alpha="0" width="0" />
<cornerradius>20</cornerradius>
</shape>
</state>
<state name="selectedinactive" from="active">
<shape name="list_background">
<area>0,0,190,40</area>
<type>roundbox</type>
<fill color="#ffffff" alpha="25" />
<line color="#FFFFFF" alpha="0" width="0" />
<cornerradius>20</cornerradius>
</shape>
</state>
</statetype>
<statetype name="downscrollarrow">
<position>1230,5</position>
<state type="off">
<imagetype name="dnon">
</imagetype>
</state>
<state type="full">
<imagetype name="dnoff">
<filename>shared/rightarrow.png</filename>
</imagetype>
</state>
</statetype>
<statetype name="upscrollarrow">
<position>-5,5</position>
<state type="off">
<imagetype name="upon">
</imagetype>
</state>
<state type="full">
<imagetype name="upoff">
<filename>shared/leftarrow.png</filename>
</imagetype>
</state>
</statetype>
</buttonlist>
<buttonlist name="log" from="basebuttonlist2">
<area>30,145,1200,450</area>
<buttonarea>0,0,1170,440</buttonarea>
<statetype name="upscrollarrow">
<position>1165,410</position>
</statetype>
<statetype name="downscrollarrow">
<position>1195,410</position>
</statetype>
</buttonlist>
<textarea name="helplabel">
<area>30,605,1220,30</area>
<value>Details</value>
<font>basemedium</font>
</textarea>
<textarea name="helptext">
<area>30,645,1220,75</area>
<value>This screen displays the status of various system components</value>
<multiline>yes</multiline>
</textarea>
</window>
</mythuitheme>