blob: dad550227e02fffd688717a6b76874a1eabaa2d1 (
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"?>
<floater name="top_objects" title="Top-Objekte">
<floater.string name="top_scripts_title">
Top-Skripts
</floater.string>
<floater.string name="top_scripts_text">
[COUNT] Skripts benötigen insgesamt [TIME] ms
</floater.string>
<floater.string name="scripts_score_label">
Zeit
</floater.string>
<floater.string name="scripts_mono_time_label">
Mono-Uhrzeit:
</floater.string>
<floater.string name="top_colliders_title">
Top-Kollisionsobjekte
</floater.string>
<floater.string name="top_colliders_text">
Top [COUNT] Objekte mit vielen potenziellen Kollisionen
</floater.string>
<floater.string name="colliders_score_label">
Wertung
</floater.string>
<floater.string name="none_descriptor">
Nicht gefunden.
</floater.string>
<text name="title_text">
Wird geladen...
</text>
<scroll_list name="objects_list">
<scroll_list.columns label="Wertung" name="score" width="65"/>
<scroll_list.columns label="Name" name="name" width="135"/>
<scroll_list.columns label="Eigentümer" name="owner"/>
<scroll_list.columns label="Position" name="location" width="125"/>
<scroll_list.columns label="Uhrzeit" name="time"/>
<scroll_list.columns label="Mono-Uhrzeit:" name="mono_time"/>
<scroll_list.columns label="URLs" name="URLs"/>
</scroll_list>
<text name="id_text">
Objekt-ID:
</text>
<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"/>
<button bottom_delta="0" follows="bottom|right" height="20" label="Beacon anzeigen" name="show_beacon_btn" right="-10" width="110"/>
<text name="obj_name_text">
Objektname:
</text>
<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"/>
<button bottom_delta="0" follows="bottom|right" height="20" label="Filter" name="filter_object_btn" right="-10" width="110"/>
<text name="owner_name_text">
Eigentümer:
</text>
<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"/>
<button bottom_delta="0" follows="bottom|right" height="20" label="Filter" name="filter_owner_btn" right="-10" width="110"/>
<button bottom_delta="0" follows="bottom|right" height="20" label="Aktualisieren" name="refresh_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"/>
</floater>
|