phoenix-firestorm/indra/newview/skins/default/xui/en/floater_inspect.xml

196 lines
5.2 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
legacy_header_height="18"
can_resize="true"
height="297"
layout="topleft"
min_height="300"
min_width="610"
name="inspect"
help_topic="inspect"
save_rect="true"
title="Inspect Objects"
width="610">
<floater.string
name="timeStampAMPM">
[wkday,datetime,slt] [mth,datetime,slt] [day,datetime,slt] [hour12,datetime,slt]:[min,datetime,slt]:[second,datetime,slt] [ampm,datetime,slt] [year,datetime,slt]
</floater.string>
<floater.string
name="timeStamp">
[wkday,datetime,slt] [mth,datetime,slt] [day,datetime,slt] [hour,datetime,slt]:[min,datetime,slt]:[second,datetime,slt] [year,datetime,slt]
</floater.string>
<floater.string
name="Group">
(Group)
</floater.string>
<floater.string name="stats_list">
Total stats:
[NUM_OBJECTS] objects, [NUM_PRIMS] prims
Faces: [NUM_FACES]
Visible: [NUM_VISIBLE_FACES]
Vertices: [NUM_VERTICES]
Triangles: [NUM_TRIANGLES]
Complex.: [COMPLEXITY]
Textures: [NUM_TEXTURES]
TMem: [TEXTURE_MEMORY] KB
VRAM: [VRAM_USAGE] KB
</floater.string>
<text_editor
top="24"
left="5"
width="130"
height="242"
layout="topleft"
follows="left|top|bottom"
name="linksetstats_text"
max_length="2048"
bg_visible="false"
border_visible="true"
allow_scroll="true"
h_pad="2"
v_pad="2"
read_only="true"
tab_stop="false"
value="(loading...)"
word_wrap="true"/>
<scroll_list
top="24"
height="243"
column_padding="0"
draw_heading="true"
follows="top|right|left|bottom"
layout="topleft"
left_pad="5"
name="object_list"
right="-6"
tool_tip="Select an object from this list to highlight it in-world">
<scroll_list.columns
dynamic_width="true"
label="Object Name"
name="object_name" />
<scroll_list.columns
dynamic_width="true"
label="Description"
name="description" />
<scroll_list.columns
dynamic_width="true"
label="Owner Name"
name="owner_name" />
<scroll_list.columns
dynamic_width="true"
label="Creator Name"
name="creator_name" />
<scroll_list.columns
label="Faces"
name="facecount"
width="45"
sort_column="facecount_sort"/>
<scroll_list.columns
label="Vertices"
name="vertexcount"
width="55"
sort_column="vertexcount_sort"/>
<scroll_list.columns
label="Triangles"
name="trianglecount"
width="55"
sort_column="trianglecount_sort"/>
<scroll_list.columns
label="TMem"
name="tramcount"
width="55"
sort_column="tramcount_sort"/>
<scroll_list.columns
label="VRAM"
name="vramcount"
width="55"
sort_column="vramcount_sort"/>
<scroll_list.columns
label="Creation Date"
name="creation_date"
dynamic_width="true"
sort_column="creation_date_sort"/>
<scroll_list.columns
label=""
name="facecount_sort"
width="-1" />
<scroll_list.columns
label=""
name="vertexcount_sort"
width="-1" />
<scroll_list.columns
label=""
name="trianglecount_sort"
width="-1" />
<scroll_list.columns
label=""
name="tramcount_sort"
width="-1" />
<scroll_list.columns
label=""
name="vramcount_sort"
width="-1" />
<scroll_list.columns
label=""
name="creation_date_sort"
width="-1" />
<scroll_list.commit_callback
function="Inspect.SelectObject" />
</scroll_list>
<button
follows="left|bottom"
height="23"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
label="See Owner Profile..."
layout="topleft"
left="4"
name="button owner"
tool_tip="See profile of the highlighted object&apos;s owner"
top_pad="4"
width="150">
<button.commit_callback
function="Inspect.OwnerProfile" />
</button>
<button
follows="left|bottom"
height="23"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
label="See Creator Profile..."
layout="topleft"
left_pad="2"
name="button creator"
tool_tip="See profile of the highlighted object&apos;s original creator"
top_delta="0"
width="150">
<button.commit_callback
function="Inspect.CreatorProfile" />
</button>
<menu_button
follows="left|bottom"
height="23"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="Conv_toolbar_sort"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
layout="topleft"
left_pad="2"
name="options_btn"
tool_tip="Options"
top_delta="0"
width="31" />
<icon
follows="left|right"
image_name="Toolbar_Middle_Off"
left_pad="2"
name="dummy_icon"
top_delta="0"
height="23"
right="-4"/>
</floater>