blob: b5c68584c7e7952ecadf964257cd54e4bc3ab29c (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="true" bottom="0" follows="top|left" height="320" label="Debug"
left="0" name="Debug" width="480">
<text bottom="-30" follows="left|top" font="SansSerif" height="20" left="10"
name="region_text_lbl" width="100">
Region:
</text>
<text bottom_delta="0" follows="left|top" font="SansSerif" height="20" left="60"
name="region_text" width="400">
unknown
</text>
<check_box bottom_delta="-20" follows="left|top" height="20" label="Disable Scripts"
left="10" name="disable_scripts_check"
tool_tip="Disable all scripts in this region" width="80" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="130" name="disable_scripts_help" width="18" />
<check_box bottom_delta="-20" follows="left|top" height="20" label="Disable Collisions"
left="10" name="disable_collisions_check"
tool_tip="Disable non-avatar collisions in this region" width="80" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="130" name="disable_collisions_help" width="18" />
<check_box bottom_delta="-20" follows="left|top" height="20" label="Disable Physics"
left="10" name="disable_physics_check"
tool_tip="Disable all physics in this region" width="80" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="130" name="disable_physics_help" width="18" />
<button bottom_delta="-30" enabled="false" follows="left|top" height="20" label="Apply"
left="60" name="apply_btn" width="60" />
<button bottom_delta="-50" follows="left|top" height="20" label="Choose Avatar..."
left="10" name="choose_avatar_btn" width="150" />
<text bottom_delta="0" follows="left|top" height="20" left="170"
name="target_avatar_name" width="150" />
<button bottom_delta="-20" follows="left|top" height="20"
label="Return avatar's scripted objects on other people's land"
left="50" name="return_scripted_other_land_btn" width="350" />
<button bottom_delta="-20" follows="left|top" height="20"
label="Return ALL of avatar's scripted objects" left="50"
name="return_scripted_all_btn" width="350" />
<button bottom_delta="-50" follows="left|top" height="20" label="Get Top Colliders..."
left="10" name="top_colliders_btn"
tool_tip="List of objects experiencing the most potential collisions"
width="150" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="170" name="top_colliders_help" width="18" />
<button bottom_delta="-20" follows="left|top" height="20" label="Get Top Scripts..."
left="10" name="top_scripts_btn"
tool_tip="List of objects spending the most time running scripts"
width="150" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="170" name="top_scripts_help" width="18" />
<button bottom_delta="-50" follows="left|top" height="20" label="Restart Region"
left="10" name="restart_btn"
tool_tip="Give 2 minute countdown and restart region" width="100" />
<button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?"
left="120" name="restart_help" width="18" />
<button bottom_delta="-20" follows="left|top" height="20" label="Cancel Restart"
left="10" name="cancel_restart_btn" tool_tip="Cancel region restart"
width="100" />
</panel>
|