Files
SingularityViewer/indra/newview/skins/default/xui/en-us/floater_autoreplace.xml
2019-02-04 16:46:15 -05:00

294 lines
5.9 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
border="true"
can_close="true"
can_minimize="true"
can_resize="false"
help_topic="autoreplace_settings"
save_rect="true"
height="455"
width="490"
name="autoreplace_floater"
title="Auto-Replace Settings">
<check_box
bottom="-40"
left_delta="15"
height="16"
width="100"
follows="left|top"
label="Enable Auto-Replace"
name="autoreplace_enable"
tool_tip="As you enter chat text, replace any of the keywords entered with the corresponding replacement"/>
<view_border
bottom_delta="-15"
left="2"
height="0"
width="491"
follows="left|top"
bevel_style="none"
border_thickness="1"
mouse_opaque="false"
name="divisor1"/>
<button
bottom_delta="-30"
left="10"
height="22"
width="110"
enabled="true"
follows="left|top"
mouse_opaque="true"
halign="center"
scale_image="true"
name="autoreplace_import_list"
label="Import List..."
tool_tip="Load a previously exported list from a file."/>
<button
bottom_delta="0"
left_delta="120"
height="22"
width="110"
enabled="true"
follows="left|top"
mouse_opaque="true"
halign="center"
scale_image="true"
name="autoreplace_export_list"
label="Export List..."
tool_tip="Save the selected list to a file so you can share it."/>
<button
bottom_delta="0"
left_delta="120"
height="22"
width="110"
enabled="true"
follows="left|top"
mouse_opaque="true"
halign="center"
scale_image="true"
name="autoreplace_new_list"
label="New List..."
tool_tip="Create a new list."/>
<button
bottom_delta="0"
left_delta="120"
height="22"
width="110"
enabled="true"
follows="left|top"
mouse_opaque="true"
halign="center"
scale_image="true"
name="autoreplace_delete_list"
label="Delete List"
tool_tip="Delete the selected list."/>
<scroll_list
bottom_delta="-112"
left="10"
height="100"
width="370"
follows="left|top"
column_padding="0"
draw_heading="false"
multi_select="false"
name="autoreplace_list_name"
search_column="0">
</scroll_list>
<button
bottom_delta="56"
left_delta="380"
height="22"
width="90"
enabled="true"
follows="left|top"
mouse_opaque="true"
halign="center"
scale_image="true"
name="autoreplace_list_up"
image_overlay="up_arrow.tga"
label=""
tool_tip="Move this list up in priority."/>
<button
bottom_delta="-32"
left_delta="0"
height="22"
width="90"
enabled="true"
follows="left|top"
mouse_opaque="true"
halign="center"
scale_image="true"
name="autoreplace_list_down"
image_overlay="down_arrow.tga"
label=""
tool_tip="Move this list down in priority."/>
<view_border
bottom_delta="-36"
left="2"
height="0"
width="491"
follows="left|top"
bevel_style="none"
border_thickness="1"
mouse_opaque="false"
name="divisor2"/>
<scroll_list
bottom_delta="-130"
left="10"
height="120"
width="370"
follows="left|top"
column_padding="0"
draw_heading="true"
multi_select="true"
name="autoreplace_list_replacements"
search_column="0">
<scroll_list.columns
label="Keyword"
name="Keyword"
relative_width="0.30" />
<scroll_list.columns
label="Replacement"
name="Replacement"
relative_width="0.70" />
</scroll_list>
<button
bottom_delta="64"
left_delta="380"
height="22"
width="90"
enabled="true"
follows="left|top"
mouse_opaque="true"
halign="center"
scale_image="true"
name="autoreplace_add_entry"
label="Add..."/>
<button
bottom_delta="-32"
left_delta="0"
height="22"
width="90"
enabled="true"
follows="left|top"
mouse_opaque="true"
halign="center"
scale_image="true"
name="autoreplace_delete_entry"
label="Remove"/>
<view_border
bottom_delta="-42"
left="2"
height="0"
width="491"
follows="left|top"
bevel_style="none"
border_thickness="1"
mouse_opaque="false"
name="divisor3"/>
<text
name="keyword"
type="string"
follows="left|top"
height="16"
layout="topleft"
left="10"
bottom_delta="-29"
width="50">
Keyword:
</text>
<line_editor
name="autoreplace_keyword"
follows="left|top"
height="23"
layout="topleft"
left="100"
max_length="2147483647"
bottom_delta="0"
width="150"
/>
<text
name="replacement"
type="string"
follows="left|top"
height="16"
layout="topleft"
left="10"
right="90"
bottom_delta="-29"
>
Replacement:
</text>
<line_editor
name="autoreplace_replacement"
follows="left|top"
height="23"
layout="topleft"
left="100"
max_length="2147483647"
bottom_delta="0"
width="280"
/>
<button
bottom_delta="0"
right="-10"
height="22"
width="90"
enabled="false"
follows="left|top"
mouse_opaque="true"
halign="center"
scale_image="true"
name="autoreplace_save_entry"
label="Save Entry"
tool_tip="Save this entry."/>
<view_border
bottom_delta="-10"
left="2"
height="0"
width="491"
follows="left|top"
bevel_style="none"
border_thickness="1"
mouse_opaque="false"
name="divisor4"/>
<button
bottom_delta="-29"
right="380"
height="22"
width="90"
enabled="true"
follows="left|top"
mouse_opaque="true"
halign="center"
scale_image="true"
name="autoreplace_save_changes"
label="Save Changes"
tool_tip="Save all changes."/>
<button
bottom_delta="0"
right="480"
height="22"
width="90"
enabled="true"
follows="left|top"
mouse_opaque="true"
halign="center"
scale_image="true"
name="autoreplace_cancel"
label="Cancel"
tool_tip="Discard all changes."/>
</floater>
<!--
<text
top_pad="10"
left="10"
height="16"
width="260"
follows="left|top"
halign="center"
mouse_opaque="true"
name="autoreplace_text2">
Entries
</text>
-->