51 lines
2.9 KiB
XML
51 lines
2.9 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<floater name="area search" title="Recherche d'objets par zone"
|
|
min_width="425" min_height="250" width="600" height="400" rect_control="FloaterAreaSearchRect"
|
|
can_resize="true" can_minimize="true" can_close="true" can_drag_on_left="false">
|
|
<text name="name_label" bottom="-35" follows="top|left" height="15" left="12">
|
|
Recherche par Nom:
|
|
</text>
|
|
<text name="desc_label" bottom_delta="0" follows="top|left" height="15" left="218">
|
|
Recherche par Description:
|
|
</text>
|
|
<line_editor name="Name query chunk" tool_tip=""
|
|
bevel_style="in" border_style="line" border_thickness="1"
|
|
height="20" width="200" left="10" bottom_delta="-20" follows="left|top"
|
|
font="SansSerifSmall" max_length="256" mouse_opaque="true" />
|
|
<line_editor name="Description query chunk" tool_tip=""
|
|
bevel_style="in" border_style="line" border_thickness="1"
|
|
height="20" width="200" left_delta="206" bottom_delta="0" follows="left|top"
|
|
font="SansSerifSmall" max_length="256" mouse_opaque="true" spell_check="true" />
|
|
<text name="owner_label" bottom_delta="-20" follows="top|left" height="15" left="12">
|
|
Recherche par Propriétaire:
|
|
</text>
|
|
<text name="group_label" bottom_delta="0" follows="top|left" height="15" left="218">
|
|
Recherche par Groupe:
|
|
</text>
|
|
<line_editor name="Owner query chunk" tool_tip=""
|
|
bevel_style="in" border_style="line" border_thickness="1"
|
|
height="20" width="200" left="10" bottom_delta="-20" follows="left|top"
|
|
font="SansSerifSmall" max_length="256" mouse_opaque="true" />
|
|
<line_editor name="Group query chunk" tool_tip=""
|
|
bevel_style="in" border_style="line" border_thickness="1"
|
|
height="20" width="200" left_delta="206" bottom_delta="0" follows="left|top"
|
|
font="SansSerifSmall" max_length="256" mouse_opaque="true" />
|
|
<scroll_list name="result_list"
|
|
left="10" right="-10" top="-103" bottom="32"
|
|
follows="left|top|bottom|right" can_resize="true"
|
|
column_padding="0" draw_heading="true" multi_select="false" search_column="1">
|
|
<column name="Name" label="Nom" dynamicwidth="true" tool_tip="Double click pour botenir la position"/>
|
|
<column name="Description" label="Description" dynamicwidth="true" tool_tip="Double click pour botenir la position"/>
|
|
<column name="Owner" label="Propriétaire" dynamicwidth="true" tool_tip="Double click pour botenir la position"/>
|
|
<column name="Group" label="Groupe" dynamicwidth="true" tool_tip="Double click pour botenir la position"/>
|
|
</scroll_list>
|
|
<button name="Refresh" label="Rafraichir" font="SansSerif" mouse_opaque="true"
|
|
height="20" width="80" left="10" bottom="6" follows="left|bottom"/>
|
|
<button name="Stop" label="Stop" font="SansSerif" mouse_opaque="true"
|
|
height="20" width="80" left_delta="85" bottom="6" follows="left|bottom"/>
|
|
<text name="counter"
|
|
height="15" width="220" left_delta="85" bottom="9" follows="left|bottom">
|
|
Liste/Attente/Total
|
|
</text>
|
|
</floater>
|