blob: 3be3e23d4769cddd47203da1ef6214ffb9f71f2d (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
border="true"
follows="top|left"
height="570"
label="MY AVATAR"
layout="topleft"
left="0"
name="script_limits_my_avatar_panel"
top="0"
width="620">
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
left="10"
name="script_memory"
top_pad="24"
text_color="White"
width="620">
Avatar Script Usage
</text>
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
left="30"
name="memory_used"
top_delta="18"
width="620">
</text>
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
left="30"
name="urls_used"
top_delta="18"
width="620">
</text>
<text
type="string"
length="1"
follows="left|top"
height="20"
layout="topleft"
left="10"
name="loading_text"
top="80"
text_color="EmphasisColor"
width="620">
Loading...
</text>
<scroll_list
draw_heading="true"
follows="all"
height="415"
layout="topleft"
left_delta="0"
multi_select="true"
name="scripts_list"
top="100"
width="600">
<scroll_list.columns
label="Size (kb)"
name="size"
width="70" />
<scroll_list.columns
label="URLs"
name="urls"
width="50" />
<scroll_list.columns
label="Object Name"
name="name"
width="140" />
<scroll_list.columns
label="Location"
name="location"
width="130" />
</scroll_list>
<button
follows="bottom|left"
height="19"
label="Refresh List"
layout="bottomleft"
left_pad="5"
name="refresh_list_btn"
top="34"
left="10"
width="100" />
</panel>
|