/indra/newview/skins/default/xui/en/floater_script_search.xml
XML | 92 lines | 92 code | 0 blank | 0 comment | 0 complexity | ada610b0258d925e46fcb8889cf2a97b MD5 | raw file
Possible License(s): LGPL-2.1
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <floater
- legacy_header_height="18"
- default_tab_group="1"
- height="120"
- layout="topleft"
- name="script search"
- help_topic="script_search"
- title="SCRIPT SEARCH"
- width="300">
- <check_box
- control_name="LSLFindCaseInsensitivity"
- height="16"
- label="Case Insensitive"
- layout="topleft"
- left="55"
- name="case_text"
- top="61"
- width="240" />
- <button
- height="24"
- label="Search"
- label_selected="Search"
- layout="topleft"
- left="10"
- name="search_btn"
- top="84"
- width="90" />
- <button
- height="24"
- label="Replace"
- label_selected="Replace"
- layout="topleft"
- left_pad="5"
- name="replace_btn"
- top_delta="0"
- width="90" />
- <button
- height="24"
- label="Replace All"
- label_selected="Replace All"
- layout="topleft"
- left_pad="5"
- name="replace_all_btn"
- top_delta="0"
- width="90" />
- <text
- type="string"
- length="1"
- follows="left|top"
- height="16"
- layout="topleft"
- left="5"
- name="txt"
- top="21"
- width="45">
- Search
- </text>
- <text
- type="string"
- length="1"
- follows="left|top"
- height="16"
- layout="topleft"
- left_delta="0"
- name="txt2"
- top_pad="5"
- width="45">
- Replace
- </text>
- <line_editor
- border_style="line"
- border_thickness="1"
- follows="left|top"
- height="16"
- layout="topleft"
- left="55"
- name="search_text"
- tab_group="1"
- top="21"
- width="240" />
- <line_editor
- border_style="line"
- border_thickness="1"
- follows="left|top"
- height="16"
- layout="topleft"
- left_delta="0"
- name="replace_text"
- top_pad="5"
- width="240" />
- </floater>