summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_script_limits_region_memory.xml
blob: 0fa3c1cf2e0eb286b8c023adb4611254b9bfdb7f (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 border="true"
 follows="top|left"
 height="570"
 label="REGION MEMORY"
 layout="topleft"
 name="script_limits_region_memory_panel"
 top="0"
 left="0"
 width="480">
	<text
	 type="string"
	 length="1"
	 follows="left|top"
	 height="16"
	 layout="topleft"
	 left="10"
	 name="script_memory"
	 top_pad="24"
	 text_color="White"
	 width="480">
	   Parcel Script Memory
	</text>
	<text
	 type="string"
	 length="1"
	 follows="left|top"
	 height="16"
	 layout="topleft"
	 left="30"
	 name="parcels_listed"
	 top_delta="18"
	 visible="true"
	 width="480">
		Parcels Owned:
	</text>
	<text
	 type="string"
	 length="1"
	 follows="left|top"
	 height="16"
	 layout="topleft"
	 left="30"
	 name="memory_used"
	 top_delta="18"
	 width="480">
		Memory used:
	</text>
	<text
     type="string"
     length="1"
     follows="left|top"
     height="20"
     layout="topleft"
     left="10"
     name="loading_text"
     top_delta="32"
     text_color="EmphasisColor"
     width="480">
        Loading...
    </text>
    <scroll_list
     draw_heading="true"
     follows="all"
     height="409"
     layout="topleft"
     left_delta="0"
     multi_select="true"
     name="scripts_list"
     top_delta="16"
     width="460">
        <scroll_list.columns
         label="Size (kb)"
         name="size"
         width="70" />
        <scroll_list.columns
         label="Object Name"
         name="name"
         width="100" />
        <scroll_list.columns
         label="Object Owner"
         name="owner"
         width="100" />
        <scroll_list.columns
         label="Parcel / Location"
         name="location"
         width="130" />
<!--		<scroll_list.commit_callback
          function="TopObjects.CommitObjectsList" />-->
    </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" />
    <button
     follows="bottom|right"
     height="19"
	 visible="false"
     label="Highlight"
     layout="bottomright"
     left="370"
     name="highlight_btn"
     top="34"
     width="100" />
    <button
     follows="bottom|right"
     height="19"
	 visible="false"
     label="Return"
     layout="bottomright"
     name="return_btn"
     top="34"
     left_delta="-105"
     width="100" />
</panel>