blob: f37b5be23f0876c0b00e03eaf85704dd271c2103 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="top_objects" title="Principais objetos:">
<floater.string name="top_scripts_title">
Principais Scripts
</floater.string>
<floater.string name="top_scripts_text">
[COUNT] scripts tomando um total de [TIME] ms
</floater.string>
<floater.string name="scripts_score_label">
Tempo
</floater.string>
<floater.string name="top_colliders_title">
Principais Colidentes
</floater.string>
<floater.string name="top_colliders_text">
[COUNT] objetos principais experimentando muitas potenciais colisões
</floater.string>
<floater.string name="colliders_score_label">
Placar
</floater.string>
<floater.string name="none_descriptor">
Nenhum encontrado.
</floater.string>
<floater.string name="URLs">
URLs
</floater.string>
<floater.string name="memory">
Memória (KB)
</floater.string>
<text name="title_text">
Carregando...
</text>
<scroll_list name="objects_list">
<scroll_list.columns label="Placar" name="score"/>
<scroll_list.columns label="Nome" name="name"/>
<scroll_list.columns label="Proprietário" name="owner"/>
<scroll_list.columns label="Local" name="location"/>
<scroll_list.columns label="Lote" name="parcel"/>
<scroll_list.columns label="Data" name="time"/>
<scroll_list.columns label="URLs" name="URLs"/>
<scroll_list.columns label="Memória (KB)" name="memory"/>
</scroll_list>
<text name="id_text">
ID do Objeto:
</text>
<line_editor font="SansSerifSmall" name="id_editor"/>
<button label="Mostrar Avisos" name="show_beacon_btn"/>
<text name="obj_name_text">
Nome do objeto:
</text>
<line_editor font="SansSerifSmall" name="object_name_editor"/>
<button label="Filtro" name="filter_object_btn"/>
<text name="owner_name_text">
Proprietário:
</text>
<line_editor font="SansSerifSmall" left="140" name="owner_name_editor" width="280"/>
<button label="Filtro" name="filter_owner_btn"/>
<text name="parcel_name_text">
Lote:
</text>
<button label="Filtrar" name="filter_parcel_btn"/>
<button label="Atualizar" name="refresh_btn"/>
<button label="Retornar Selecionado" name="return_selected_btn" width="170"/>
<button label="Retornar Tudo" left="190" name="return_all_btn"/>
<button label="Desabilitar Selecionado" name="disable_selected_btn" width="170"/>
<button label="Desabilitar Tudo" left="190" name="disable_all_btn"/>
</floater>
|