blob: 3ef5b9b0de05296a4dbba5929f1c2cf91aa4c7b7 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_opaque="true"
background_visible="true"
bg_opaque_color="MouseGray"
follows="left|top|right"
height="26"
layout="topleft"
name="navigation_bar"
chrome="true"
width="600">
<icon
follows="all"
image_name="NavBar_BG"
mouse_opaque="false"
name="bg_icon"
scale_image="true"
visible="true"
left="0"
top="0"
height="26"
width="600"/>
<icon
follows="all"
image_name="NavBar_BG_NoFav_Bevel"
mouse_opaque="false"
name="bg_icon_no_fav_bevel"
scale_image="true"
visible="false"
left="0"
top="0"
height="26"
width="600"/>
<icon
follows="all"
image_name="NavBar_BG_NoNav_Bevel"
mouse_opaque="false"
name="bg_icon_no_nav_bevel"
scale_image="true"
visible="false"
left="0"
top="0"
height="26"
width="600"/>
<panel
background_visible="false"
follows="left|top|right"
top="3"
height="26"
layout="topleft"
name="navigation_panel"
width="600">
<pull_button
follows="left|top"
direction="down"
height="23"
image_overlay="Arrow_Left_Off"
image_bottom_pad="1"
layout="topleft"
left="10"
name="back_btn"
tool_tip="Go back to previous location"
top="2"
width="31" />
<pull_button
follows="left|top"
direction="down"
height="23"
image_overlay="Arrow_Right_Off"
image_bottom_pad="1"
layout="topleft"
left_pad="0"
name="forward_btn"
tool_tip="Go forward one location"
top_delta="0"
width="31" />
<location_input
follows="left|right|top"
halign="right"
height="23"
label="Location"
layout="topleft"
left_pad="7"
max_chars="254"
mouse_opaque="false"
name="location_combo"
top_delta="0"
width="360">
<maturity_button
width="0"
height="0"/>
<info_button
width="0"
image_unselected=""
image_disabled=""
visible="false"/>
<add_landmark_button
visible="false"/>
</location_input>
<icon follows="right"
height="20"
width="2"
left_pad="2"
image_name="Button_Separator"
name="separator"
top="2"/>
<button
right="-70"
top="2"
width="80"
height="22"
label="How To"
follows="top|right"
name="skylight_help">
<commit_callback
function="ShowHelp"
parameter="f1_help" />
</button>
</panel>
</panel>
|