blob: efc004b23512b7fd782a5aa03d0782b8a9b3b5cf (
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
|
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" height="350" min_height="300" min_width="450" name="top_objects" title="Carregando..." width="450"><text bottom="-50" follows="left|top" font="SansSerif" height="20" left="10" name="title_text" width="400">Carregando...</text>
<scroll_list name="objects_list" bottom_delta="-150" left="10" width="430" height="150" multi_select="true" draw_border="true" draw_heading="true" follows="left|top|bottom|right"> <column name="score" label="Placar" width="55" />
<column name="name" label="Nome" dynamicwidth="true" />
<column name="owner" label="Proprietário" width="105" />
<column name="location" label="Local" width="130" />
</scroll_list>
<text name="id_text" left="10" bottom_delta="-30" width="100" height="20" follows="left|bottom" font="SansSerifSmall" >ID do Objeto:</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="250" />
<button bottom_delta="0" follows="bottom|right" height="20" label="Mostrar Avisos" name="show_beacon_btn" right="-10" width="100" />
<text bottom_delta="-30" follows="left|bottom" font="SansSerifSmall" height="20" left="10" name="obj_name_text" width="100">Nome do Objeto:</text>
<line_editor bg_readonly_color="clear" bottom_delta="3" enabled="true" follows="left|bottom|right" font="SansSerifSmall" height="20" left="80" name="object_name_editor" text_readonly_color="white" width="250" />
<button bottom_delta="0" follows="bottom|right" height="20" label="Filtro" name="filter_object_btn" right="-10" width="100" />
<text bottom_delta="-30" follows="left|bottom" font="SansSerifSmall" height="20" left="10" name="owner_name_text" width="100">Nome do Proprietário:</text>
<line_editor bg_readonly_color="clear" bottom_delta="3" enabled="true" follows="left|bottom|right" font="SansSerifSmall" height="20" left="80" name="owner_name_editor" text_readonly_color="white" width="250" />
<button bottom_delta="0" follows="bottom|right" height="20" label="Filtro" name="filter_owner_btn" right="-10" width="100" />
<button bottom="35" follows="bottom|left" height="20" label="Retornar Selecionado" left="10" name="return_selected_btn" width="130" />
<button bottom="35" follows="bottom|left" height="20" label="Retornar Tudo" left="150" name="return_all_btn" width="130" />
<button bottom="10" follows="bottom|left" height="20" label="Desabilitar Selecionado" left="10" name="disable_selected_btn" width="130" />
<button bottom="10" follows="bottom|left" height="20" label="Desabilitar Tudo" left="150" name="disable_all_btn" width="130" />
<button bottom="35" follows="bottom|right" height="20" label="Atualizar" name="refresh_btn" right="-10" width="100" />
<text hidden="true" name="top_scripts_title">Top Scripts</text>
<text hidden="true" name="top_scripts_text">[COUNT] scripts tomando um total de [TIME] ms</text>
<text hidden="true" name="scripts_score_label">Tempo</text>
<text hidden="true" name="top_colliders_title">Top Colisões</text>
<text hidden="true" name="top_colliders_text">Top [COUNT] objetos experimentando muitas colisções em potencial</text>
<text hidden="true" name="colliders_score_label">Placar</text>
<text hidden="true" name="none_descriptor">Nenhum encotrado.</text>
</floater>
|