blob: 6dc1a1c9b021deaccc091c8f974a0eac2ced835b (
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
|
<?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_NoFav_Bevel"
mouse_opaque="false"
name="bg_icon_no_fav_bevel"
scale_image="true"
visible="true"
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="440">
</location_input>
<icon follows="right"
height="20"
width="2"
left_pad="2"
image_name="Button_Separator"
name="separator"
top="2"/>
</panel>
</panel>
|