blob: fa1abaa5951ad3b9553af9b8715455f830c94801 (
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_opaque="true"
background_visible="true"
bg_opaque_color="0.25 0.25 0.25 1"
follows="left|top|right"
height="60"
layout="topleft"
name="navigation_bar"
width="600">
<button
follows="left|top"
font="SansSerifSmall"
height="20"
image_disabled="navbar_bg_button.tga"
image_disabled_selected="navbar_bg_button.tga"
image_overlay="navbar_back.tga"
image_selected="navbar_bg_button.tga"
image_unselected="navbar_bg_button.tga"
layout="topleft"
left="5"
name="back_btn"
picture_style="true"
tool_tip="Go back to previous location"
top="8"
width="20" />
<button
follows="left|top"
font="SansSerifSmall"
height="20"
image_disabled="navbar_bg_button.tga"
image_disabled_selected="navbar_bg_button.tga"
image_overlay="navbar_forward.tga"
image_selected="navbar_bg_button.tga"
image_unselected="navbar_bg_button.tga"
layout="topleft"
left_pad="2"
name="forward_btn"
picture_style="true"
tool_tip="Go forward one location"
top_delta="0"
width="20" />
<button
follows="left|top"
font="SansSerifSmall"
height="20"
image_disabled="navbar_bg_button.tga"
image_disabled_selected="navbar_bg_button.tga"
image_overlay="navbar_home.tga"
image_selected="navbar_bg_button.tga"
image_unselected="navbar_bg_button.tga"
layout="topleft"
left_pad="5"
name="home_btn"
picture_style="true"
tool_tip="Teleport to your home location"
top_delta="0"
width="20" />
<location_input
follows="left|right|top"
halign="right"
height="20"
label="Location"
layout="topleft"
left_pad="5"
max_chars="254"
mouse_opaque="false"
name="location_combo"
top_delta="0"
width="320">
</location_input>
<button
follows="right|top"
height="20"
image_disabled="navbar_bg_center.tga"
image_disabled_selected="navbar_bg_center.tga"
image_hover_selected="navbar_bg_center.tga"
image_hover_unselected="navbar_bg_center.tga"
image_selected="navbar_bg_center.tga"
image_unselected="navbar_bg_center.tga"
layout="topleft"
left_pad="5"
mouse_opaque="false"
name="search_bg"
picture_style="true"
top_delta="0"
width="168" />
<line_editor
bevel_style="none"
border_style="line"
commit_on_focus_lost="false"
follows="right|top"
halign="right"
height="18"
label="Search"
layout="topleft"
left_delta="0"
mouse_opaque="false"
name="search_input"
tool_tip="Search"
top_delta="1"
width="152" />
<button
follows="right|top"
height="16"
image_disabled="status_search_btn.png"
image_disabled_selected="status_search_btn_pressed.png"
image_selected="status_search_btn_pressed.png"
image_unselected="status_search_btn.png"
layout="topleft"
left_delta="152"
name="search_btn"
picture_style="true"
scale_image="false"
tool_tip="Search"
top_delta="1"
width="16" />
<button
follows="right|top"
font="SansSerifSmall"
height="20"
image_disabled="navbar_bg_button.tga"
image_disabled_selected="navbar_bg_button.tga"
image_overlay="navbar_help.tga"
image_selected="navbar_bg_button.tga"
image_unselected="navbar_bg_button.tga"
layout="topleft"
left_pad="5"
name="help_btn"
picture_style="true"
tool_tip="Help"
top_delta="-2"
width="20" />
<favorites_bar
follows="left|right|top"
height="25"
layout="topleft"
left="5"
name="favorite"
top="32"
width="590" />
</panel>
|