blob: 8ad4fffb93977832a006414fae1f54cf26131731 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel follows="left|right|bottom|top" height="200" left="-1" mouse_opaque="false"
name="overlay" use_bounding_rect="true" width="728">
<layout_stack bottom="0" follows="left|right|bottom" height="200" left="0"
mouse_opaque="false" name="overlay_layout_panel" orientation="horizontal"
right="-1" use_bounding_rect="true">
<layout_panel auto_resize="true" bottom="0" left="0" min_width="420" mouse_opaque="false"
use_bounding_rect="true" user_resize="false" width="420" name="main_panel">
<layout_stack bottom="0" follows="left|right|bottom|top" height="50" left="0"
mouse_opaque="false" name="chatbar_and_buttons" orientation="vertical"
right="420" use_bounding_rect="true">
<layout_panel auto_resize="true" bottom="0" follows="left|bottom|right|top" height="0"
left="0" min_height="20" min_width="100" mouse_opaque="false"
name="padding" use_bounding_rect="true" user_resize="false" width="420" />
<layout_panel auto_resize="false" bottom="0" follows="left|bottom|right|top" height="20"
left="0" min_height="20" min_width="100" mouse_opaque="false"
name="state_buttons" use_bounding_rect="true" user_resize="false"
width="420">
<button bottom="1" follows="left|bottom" font="SansSerif" halign="center" height="20"
label="New IM" label_selected="New IM" left="0"
name="IM Received" scale_image="true"
tool_tip="You have an instant message pending. Click to show IMs."
width="102" />
<button bottom="1" follows="left|bottom" font="SansSerif" halign="center" height="20"
label="Set Not Busy" label_selected="Set Not Busy" left="114"
name="Set Not Busy" scale_image="true"
tool_tip="Chat and IM is hidden for you. Click here to set yourself not busy."
width="102" />
<button bottom="1" follows="left|bottom" font="SansSerif" halign="center" height="20"
label="Flycam" label_selected="Flycam" left="229" name="Flycam" scale_image="true"
tool_tip="Your camera is under joystick control, click here to release it."
width="102" />
<button bottom="1" follows="left|bottom" font="SansSerif" halign="center" height="20"
label="Mouselook" label_selected="Mouselook" left="343" name="Mouselook"
scale_image="true"
tool_tip="Use mouse to steer your view. If you have a gun, clicking will shoot."
width="102" />
<button bottom="1" follows="left|bottom" font="SansSerif" halign="center" height="20"
label="Stand Up" label_selected="Stand Up" left="457" name="Stand Up"
scale_image="true" tool_tip="Click here to stand up." width="102" />
</layout_panel>
<layout_panel auto_resize="false" background_visible="false" border="false" bottom="0"
filename="panel_chat_bar.xml" follows="left|right|bottom" left="0"
min_height="24" mouse_opaque="false" name="chat_bar"
use_bounding_rect="true" width="395" />
</layout_stack>
</layout_panel>
<layout_panel auto_resize="false" bottom="0" left="0" min_width="184" mouse_opaque="false"
name="windlight_remote_container" use_bounding_rect="true" user_resize="false"
width="186">
<panel background_visible="false" border="false" bottom="0" name="windlight_remote" />
</layout_panel>
<layout_panel auto_resize="false" bottom="0" left="0" min_width="220" mouse_opaque="false"
name="media_remote_container" use_bounding_rect="true" user_resize="false"
width="220">
<panel background_visible="false" border="false" bottom="0" name="media_remote" />
</layout_panel>
<layout_panel auto_resize="false" bottom="0" left="0" min_width="130" mouse_opaque="false"
name="voice_remote_container" use_bounding_rect="true" user_resize="false"
width="128">
<panel background_visible="false" border="false" bottom="0" name="voice_remote" />
</layout_panel>
</layout_stack>
<string name="unread_count_string_plural">
New IMs
</string>
</panel>
|