blob: 5aa53ab46b1049a5328516a7072a7d6b21098e46 (
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
143
144
145
146
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="570"
label="Places"
layout="topleft"
min_height="350"
name="places panel"
top="0"
left="0"
width="333">
<string
name="landmarks_tab_title"
value="MY LANDMARKS" />
<string
name="teleport_history_tab_title"
value="TELEPORT HISTORY" />
<filter_editor
follows="left|top|right"
font="SansSerif"
height="23"
layout="topleft"
left="15"
label="Filter"
max_length="300"
name="Filter"
top="3"
width="303" />
<tab_container
follows="all"
halign="center"
height="500"
layout="topleft"
left="10"
name="Places Tabs"
tab_min_width="80"
tab_height="30"
tab_position="top"
top_pad="10"
width="313" />
<panel
class="panel_place_info"
filename="panel_place_info.xml"
follows="all"
height="533"
layout="topleft"
left="0"
help_topic="places_info_tab"
name="panel_place_info"
top="5"
visible="false"
width="313" />
<panel
height="19"
layout="topleft"
left="0"
help_topic="places_button_tab"
name="button_panel"
width="313">
<button
follows="bottom|left"
font="SansSerifSmall"
height="19"
label="Teleport"
layout="topleft"
left="5"
name="teleport_btn"
top="0"
width="77" />
<button
follows="bottom|left"
font="SansSerifSmall"
height="19"
label="Map"
layout="topleft"
left_pad="5"
name="map_btn"
top="0"
width="50" />
<button
enabled="false"
follows="bottom|left"
font="SansSerifSmall"
height="19"
label="Share"
layout="topleft"
left_pad="5"
name="share_btn"
top="0"
width="60" />
<button
follows="bottom|left"
font="SansSerifSmall"
height="19"
label="Edit"
layout="topleft"
left_pad="5"
name="edit_btn"
top="0"
width="50" />
<button
follows="bottom|right"
font="SansSerifSmall"
height="19"
image_disabled="ForwardArrow_Disabled"
image_selected="ForwardArrow_Press"
image_unselected="ForwardArrow_Off"
picture_style="true"
layout="topleft"
name="overflow_btn"
right="-10"
top="0"
width="18" />
<button
follows="bottom|right"
font="SansSerifSmall"
height="19"
label="Close"
layout="topleft"
name="close_btn"
right="-10"
top="0"
width="60" />
<button
follows="bottom|right"
font="SansSerifSmall"
height="19"
label="Cancel"
layout="topleft"
name="cancel_btn"
right="-10"
top="0"
width="60" />
<button
follows="bottom|right"
font="SansSerifSmall"
height="19"
label="Save"
layout="topleft"
name="save_btn"
right="-75"
top="0"
width="60" />
</panel>
</panel>
|