-
Notifications
You must be signed in to change notification settings - Fork 0
/
status-ui.xml
94 lines (84 loc) · 3.28 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
<mythuitheme>
<window name="status">
<textarea name="heading">
<area>30,10,740,40</area>
<font>baselarge</font>
<value>System Status</value>
</textarea>
<shape name="list_background" from="basebackground">
<area>30,95,1220,370</area>
</shape>
<buttonlist name="category">
<area>70,50,1250,30</area>
<layout>horizontal</layout>
<spacing>6</spacing>
<buttonarea>15,0,1220,40</buttonarea>
<statetype name="buttonitem">
<state name="active">
<area>0,0,180,40</area>
<shape name="background" from="basewidgetshape" />
<textarea name="buttontext" from="basetextarea">
<area>0,0,180,40</area>
<font>basesmall</font>
<align>allcenter</align>
</textarea>
</state>
<state name="selectedactive" from="active">
<shape name="background" from="baseselectedwidgetshape" />
</state>
<state name="selectedinactive" from="active">
<textarea name="buttontext">
<font>basesmallgrey</font>
</textarea>
</state>
</statetype>
<statetype name="downscrollarrow">
<position>1130,10</position>
<state type="off">
<imagetype name="dnon">
<filename>lb-rtarrow-reg.png</filename>
</imagetype>
</state>
<state type="full">
<imagetype name="dnoff">
<filename>lb-rtarrow-sel.png</filename>
</imagetype>
</state>
</statetype>
<statetype name="upscrollarrow">
<position>0,10</position>
<state type="off">
<imagetype name="upon">
<filename>lb-ltarrow-reg.png</filename>
</imagetype>
</state>
<state type="full">
<imagetype name="upoff">
<filename>lb-ltarrow-sel.png</filename>
</imagetype>
</state>
</statetype>
</buttonlist>
<buttonlist name="log" from="basebuttonlist3">
<position>35,108</position>
<statetype name="buttonitem">
<state name="selectedactive" from="active" >
<imagetype name="selectbar">
<filename>rk-selectbar.png</filename>
<crop>0,0,1600,29</crop>
</imagetype>
</state>
</statetype>
</buttonlist>
<textarea name="helplabel">
<area>30,490,740,30</area>
<value>Details</value>
<font>basemedium</font>
</textarea>
<textarea name="helptext" from="basetextarea">
<area>40,530,1200,150</area>
<value>This screen displays the status of various system components</value>
<multiline>yes</multiline>
</textarea>
</window>
</mythuitheme>