User:SignpostMarv Martin/XUI/en-US/floater groups.xml

From Second Life Wiki
< User:SignpostMarv Martin‎ | XUI
Revision as of 08:38, 18 January 2007 by SignpostMarv Martin (talk | contribs) (uploaded XUI code for resizable group window)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true"
     can_resize="true" height="360" min_height="200" min_width="280"
     name="groups" title="Groups" width="300">
	<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
	     bottom="-40" drop_shadow_visible="true" follows="left|top"
	     font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
	     mouse_opaque="true" name="groupdesc" v_pad="0" width="248">
		Your currently active group is displayed in bold.
	</text>
	<scroll_list follows="left|top|right|bottom" background_visible="true" bottom_delta="-235" column_padding="5"
	     draw_border="true" min_height="100" height="230" left="12" mouse_opaque="true"
	     multi_select="false" name="group list" width="270">
		<column name="name" width="248" />
	</scroll_list>
	<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
	     bottom_delta="-24" drop_shadow_visible="true" follows="left|bottom"
	     font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
	     mouse_opaque="true" name="groupcount" v_pad="0" width="248">
		You belong to [COUNT] groups (of [MAX] maximum).
	</text>
	<button follows="left|bottom" bottom_delta="-28" font="SansSerif" halign="center" height="20"
	     label="Activate" label_selected="Activate" left="12" mouse_opaque="true"
	     name="Activate" width="80" />
	<button bottom_delta="-0" font="SansSerif" halign="center" height="20" label="Info"
	     label_selected="Info" left_delta="88" mouse_opaque="true" name="Info"
	     width="80" />
	<button bottom_delta="-0" font="SansSerif" halign="center" height="20" label="Leave"
	     label_selected="Leave" left_delta="88" mouse_opaque="true" name="Leave"
	     width="80" />
	<button bottom_delta="-24" font="SansSerif" halign="center" height="20" label="Create"
	     label_selected="Create" left="12" mouse_opaque="true" name="Create"
	     width="80" />
	<button bottom_delta="-0" font="SansSerif" halign="center" height="20" label="Search..."
	     label_selected="Search..." left_delta="88" mouse_opaque="true"
	     name="Search..." width="80" />
	<button bottom_delta="-0" font="SansSerif" halign="center" height="20" label="Close"
	     label_selected="Close" left_delta="88" mouse_opaque="true" name="Close"
	     width="80" />
</floater>