blob: d7abf5c62d265ce8c4879a35e440e7447c4e0558 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="top_objects" title="wird geladen...">
<text name="title_text">
Wird geladen...
</text>
<scroll_list name="objects_list">
<column label="Score" name="score" />
<column label="Name" name="name" />
<column label="Owner" name="owner" />
<column label="Location" name="location" />
<column label="Uhrzeit" name="time" />
</scroll_list>
<line_editor bg_readonly_color="clear" bottom_delta="3" enabled="false"
follows="left|bottom|right" font="SansSerifSmall" height="20" left="80"
name="id_editor" text_readonly_color="white" width="244" />
<text name="id_text">
Objekt-ID:
</text>
<button bottom_delta="0" follows="bottom|right" height="20" label="Beacon anzeigen"
name="show_beacon_btn" right="-10" width="110" />
<line_editor bg_readonly_color="clear" bottom_delta="3" enabled="false"
follows="left|bottom|right" font="SansSerifSmall" height="20" left="80"
name="object_name_editor" text_readonly_color="white" width="244" />
<text name="obj_name_text">
Objektname:
</text>
<button bottom_delta="0" follows="bottom|right" height="20" label="Filter"
name="filter_object_btn" right="-10" width="110" />
<line_editor bg_readonly_color="clear" bottom_delta="3" enabled="true"
follows="left|bottom|right" font="SansSerifSmall" height="20" left="106"
name="owner_name_editor" text_readonly_color="white" width="218" />
<text name="owner_name_text">
Eigentümername:
</text>
<button bottom_delta="0" follows="bottom|right" height="20" label="Filter"
name="filter_owner_btn" right="-10" width="110" />
<button bottom="35" follows="bottom|left" height="20" label="Auswahl zurückgeben"
left="10" name="return_selected_btn" width="134" />
<button bottom="35" follows="bottom|left" height="20" label="Alle zurückgeben"
left="150" name="return_all_btn" width="134" />
<button bottom="10" follows="bottom|left" height="20" label="Auswahl deaktivieren"
left="10" name="disable_selected_btn" width="134" />
<button bottom="10" follows="bottom|left" height="20" label="Alle deaktivieren"
left="150" name="disable_all_btn" width="134" />
<button bottom_delta="0" follows="bottom|right" height="20" label="Aktualisieren"
name="refresh_btn" right="-10" width="110" />
<text name="top_scripts_title">
Top-Skripts
</text>
<text name="top_scripts_text">
[COUNT] Skripts benötigen insgesamt [TIME] ms
</text>
<text name="scripts_score_label">
Zeit
</text>
<text name="top_colliders_title">
Top-Kollisionsobjekte
</text>
<text name="top_colliders_text">
Top [COUNT] Objekte mit vielen potenziellen Kollisionen
</text>
<text name="colliders_score_label">
Wertung
</text>
<text name="none_descriptor">
Nicht gefunden.
</text>
</floater>
|