blob: 7f2f60d5eb6494d1c6078a99fe7c72a1460700a5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<floater bottom="-423" can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="false" can_tear_off="true" enabled="true" height="120" hidden="false" left="223" min_height="100" min_width="100" mouse_opaque="true" name="script search" title="Script Search" width="300"><check_box bottom="-77" enabled="true" follows="left|top" font="SansSerifSmall" height="16" hidden="false" initial_value="false" label="Não diferenciar Maiusculas de Minusculas" left="55" mouse_opaque="true" name="case_text" radio_style="false" width="240" />
<button bottom="-108" enabled="true" font="SansSerif" halign="center" height="24" hidden="false" label="Buscar" label_selected="Buscar" left="10" mouse_opaque="true" name="search_btn" scale_image="true" width="80" />
<button bottom="-108" enabled="true" font="SansSerif" halign="center" height="24" hidden="false" label="Substituir" label_selected="Substituir" left="100" mouse_opaque="true" name="replace_btn" scale_image="true" width="80" />
<button bottom="-108" enabled="true" font="SansSerif" halign="center" height="24" hidden="false" label="Substituir Tudo" label_selected="Substituir Tudo" left="190" mouse_opaque="true" name="replace_all_btn" scale_image="true" width="80" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" bottom="-37" drop_shadow_visible="true" enabled="true" follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false" left="5" mouse_opaque="true" name="txt" v_pad="0" width="45">Buscar</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" bottom="-58" drop_shadow_visible="true" enabled="true" follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false" left="5" mouse_opaque="true" name="txt2" v_pad="0" width="45">Substituir</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-37" enabled="true" follows="left|top" font="SansSerifSmall" handle_edit_keys_directly="false" height="16" hidden="false" left="55" max_length="254" mouse_opaque="true" name="search_text" select_all_on_focus_received="false" select_on_focus="false" width="240" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-58" enabled="true" follows="left|top" font="SansSerifSmall" handle_edit_keys_directly="false" height="16" hidden="false" left="55" max_length="254" mouse_opaque="true" name="replace_text" select_all_on_focus_received="false" select_on_focus="false" width="240" />
</floater>
|