Files
2025-05-24 18:09:39 -03:00

207 lines
5.8 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
follows="left|right|top|bottom"
height="768"
layout="topleft"
left="0"
mouse_opaque="false"
tab_stop="false"
name="main_view"
width="1024">
<!-- <FS:Zi> visible="false" to hide the panel on the login screen -->
<panel
mouse_opaque="false"
background_visible="false"
filename="panel_navigation_bar.xml"
top="19"
left="0"
follows="left|top|right"
height="39"
layout="topleft"
name="navigation_bar"
visible="false"
width="1024" />
<!-- At the moment layout_stack is not an LLUICtrl,
but Tab requires focus_root to function and focus_root
functionality is implemented in LLUICtrl -->
<panel follows="all"
height="768"
name="menu_tab_wrapper"
mouse_opaque="false"
focus_root="true"
top="0">
<layout_stack border_size="0"
follows="all"
mouse_opaque="false"
height="768"
name="menu_stack"
orientation="vertical"
top="0">
<layout_panel mouse_opaque="true"
follows="left|right|top"
name="status_bar_container"
height="19"
left="0"
top="0"
width="1024"
auto_resize="false"
default_tab_group="1"
visible="true">
<view mouse_opaque="false"
follows="all"
name="menu_bar_holder"
left="0"
top="0"
width="1024"
tab_group="1"
height="19"/>
</layout_panel>
<layout_panel auto_resize="true"
follows="all"
height="500"
layout="topleft"
mouse_opaque="false"
tab_stop="false"
name="world_panel"
width="1024">
<view top="0"
follows="all"
height="500"
left="0"
mouse_opaque="false"
name="world_view_rect"
width="1024"/>
<!-- <FS:Zi> We don't have the mini location bar, so no topinfo_bar required
<panel follows="left|top|right"
height="37"
left="0"
mouse_opaque="false"
name="topinfo_bar_container"
tab_stop="false"
top_delta="0"
visible="false"
width="1024"/>
-->
<panel top="0"
left="0"
follows="all"
height="500"
mouse_opaque="false"
name="login_panel_holder"
width="1024"/>
<debug_view follows="all"
left="0"
top="0"
mouse_opaque="false"
height="500"
name="DebugView"
width="1024"/>
<floater_view follows="all"
height="500"
left="0"
mouse_opaque="false"
name="Floater View"
tab_group="-1"
tab_stop="false"
top="0"
width="1024"/>
<panel name="toolbar_view_holder"
follows="all"
layout="topleft"
height="500"
width="1024"
top="0"
left="0"
mouse_opaque="false"
tab_stop="false"/>
</layout_panel>
</layout_stack>
</panel> <!--menu_tab_wrapper-->
<panel top="0"
follows="all"
mouse_opaque="false"
left="0"
name="snapshot_floater_view_holder"
width="1024"
height="798">
<snapshot_floater_view enabled="false"
follows="all"
height="768"
left="0"
mouse_opaque="false"
name="Snapshot Floater View"
tab_stop="false"
top="0"
visible="false"
width="1024"/>
</panel>
<!-- place for popups to be displayed in -->
<panel top="0"
follows="all"
height="768"
mouse_opaque="false"
name="popup_holder"
class="popup_holder"
width="1024">
<!-- Ansariel: Disabled resize caret
<icon follows="right|bottom"
image_name="Resize_Corner"
right="-1"
name="resize_corner"
width="11"
bottom="-1"
height="11" />
-->
</panel>
<view top="0"
left="0"
width="1024"
height="768"
name="hint_holder"
mouse_opaque="false"
follows="all"/>
<!-- area progress panel covers at login - nearly the whole screen -->
<panel top="0"
follows="all"
height="768"
mouse_opaque="true"
name="progress_view"
filename="panel_progress.xml"
class="progress_view"
width="1024"
visible="false"/>
<panel top="690"
follows="bottom|left|right"
height="20"
left="412"
mouse_opaque="true"
name="progress_view_mini"
filename="panel_progress_mini.xml"
class="progress_view_mini"
width="200"
visible="false"/>
<!-- Where the menus can be displayed - the whole screen except bottom-bar -->
<menu_holder top="0"
follows="all"
height="768"
left="0"
mouse_opaque="false"
name="Menu Holder"
width="1024"/>
<!-- tooltip area -->
<tooltip_view top="0"
follows="all"
height="768"
left="0"
mouse_opaque="false"
name="tooltip view"
tab_group="-2"
width="1024"/>
</panel>