blob: 21c45aa5e3f216650e10cdde95f1986509817c8d (
plain)
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
129
130
131
132
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
tab_stop="false"
background_opaque="false"
border_visible="false"
background_visible="true"
bg_alpha_color="1 0.3 0.3 0"
bg_opaque_color="1 0.3 0.3 0"
label="notification_panel"
layout="topleft"
left="0"
name="notification_panel"
top="0"
height="140"
translate="false"
width="305">
<!-- THIS PANEL CONTROLS TOAST HEIGHT? -->
<panel
tab_stop="false"
border_visible="false"
bevel_style="none"
background_visible="true"
bg_alpha_color="0.3 0.3 0.3 0"
bg_opaque_color="0.3 0.3 0.3 0"
follows="left|right|top"
height="100"
label="info_panel"
layout="topleft"
left="0"
name="info_panel"
top="0"
width="305">
<text
border_visible="false"
follows="left|right|top|bottom"
font="SansSerif"
height="85"
layout="topleft"
left="10"
name="text_box"
read_only="true"
text_color="white"
top="10"
visible="false"
width="285"
wrap="true"/>
<text
border_visible="false"
follows="left|right|top|bottom"
font="SansSerifBold"
height="85"
layout="topleft"
left="10"
name="caution_text_box"
text_color="1 0.82 0.46 1"
top="10"
visible="false"
width="285"
wrap="true"/>
<text_editor
h_pad="0"
v_pad="0"
border_visible="true"
embedded_items="false"
enabled="false"
follows="left|right|top|bottom"
font="SansSerif"
height="85"
layout="topleft"
left="10"
mouse_opaque="false"
name="user_input_box"
read_only="false"
tab_stop="false"
text_color="green"
text_readonly_color="red"
top="50"
visible="false"
width="285"
wrap="true"
parse_highlights="true"
parse_urls="true"/>
<text_editor
h_pad="0"
v_pad="0"
bg_readonly_color="0.0 0.0 0.0 0"
border_visible="false"
embedded_items="false"
enabled="false"
follows="left|right|top|bottom"
font="SansSerif"
height="85"
layout="topleft"
left="10"
mouse_opaque="false"
name="text_editor_box"
read_only="true"
tab_stop="false"
text_color="white"
text_readonly_color="white"
top="10"
visible="false"
width="285"
wrap="true"
parse_highlights="true"
parse_urls="true"/>
<button
follows="left|top"
height="25"
layout="topleft"
left_pad="10"
label="Submit"
name="submit"
width="35" />
</panel>
<panel
tab_stop="false"
background_visible="false"
follows="left|right|bottom"
height="30"
width="290"
label="control_panel"
layout="topleft"
left="10"
name="control_panel"
top_pad="5">
<!--
Notes:
This panel holds buttons of notification. Change of its size can affect the layout of buttons.
-->
</panel>
</panel>
|