blob: 2869ec78f4e72c6c55e603766fe0e9272f3646cb (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
follows="all"
height="535"
label="Picks"
layout="topleft"
left="0"
name="panel_picks"
top="0"
width="313">
<flat_list_view
color="DkGray2"
follows="all"
height="465"
layout="topleft"
left="0"
name="picks_list"
opaque="true"
top="0"
width="313" />
<panel
background_visible="true"
bevel_style="none"
enabled="false"
auto_resize="false"
follows="bottom"
left="0"
height="18"
label="bottom_panel"
layout="topleft"
name="edit_panel"
top_pad="0"
width="313">
<button
enabled="false"
follows="bottom|left"
height="18"
image_selected="OptionsMenu_Press"
image_unselected="OptionsMenu_Off"
image_disabled="OptionsMenu_Disabled"
layout="topleft"
left="0"
name="gear_menu_btn"
picture_style="true"
top="5"
width="18" />
<button
follows="bottom|left"
height="18"
image_disabled="AddItem_Disabled"
image_selected="AddItem_Press"
image_unselected="AddItem_Off"
layout="topleft"
left_pad="15"
name="new_btn"
picture_style="true"
tool_tip="Create New Pick at Current Location"
top="5"
width="18" />
<button
follows="bottom|right"
height="18"
image_disabled="TrashItem_Disabled"
image_selected="TrashItem_Press"
image_unselected="TrashItem_Off"
layout="topleft"
name="trash_btn"
picture_style="true"
right="-10"
top="5"
width="18" />
</panel>
<panel
follows="bottom"
auto_resize="false"
layout="topleft"
height="19"
name="buttons_cucks"
width="313">
<button
follows="bottom|left"
height="19"
label="Add"
layout="topleft"
left="0"
mouse_opaque="false"
name="add_friend"
top="5"
width="55" />
<button
follows="bottom|left"
height="19"
label="IM"
layout="topleft"
name="im"
top="5"
left_pad="5"
width="40" />
<button
enabled="false"
follows="bottom|left"
height="19"
label="Call"
layout="topleft"
name="call"
left_pad="5"
top="5"
width="55" />
<button
enabled="false"
follows="bottom|left"
height="19"
label="Map"
layout="topleft"
name="show_on_map_btn"
top="5"
left_pad="5"
width="50" />
<button
follows="bottom|left"
height="19"
label="Teleport"
layout="topleft"
name="teleport"
left_pad="5"
top="5"
width="90" />
</panel>
</panel>
|