blob: fe1a7e9d94e230505366b27274813771a0b98ecf (
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
|
<panel
border="true"
top="30"
follows="left|top|right|bottom"
height="533"
label="People"
left="1"
mouse_opaque="false"
name="panel_dir_people"
width="778">
<string name="searching_text">
Searching...
</string>
<string name="not_found_text">
None Found.
</string>
<text
bg_visible="false"
border_visible="false"
top="8"
layout="topleft"
follows="left|top"
font="SansSerif"
h_pad="0"
halign="left"
height="16"
left="5"
mouse_opaque="true"
name="find"
width="150">
Enter search terms:
</text>
<line_editor
bevel_style="in"
border_style="line"
border_thickness="1"
top_pad="5"
follows="left|right|top"
font="SansSerif"
height="18"
left="5"
max_length="63"
mouse_opaque="true"
name="name"
width="650" />
<button
follows="right|top"
layout="topleft"
font="SansSerif"
top_delta="0"
left_pad="5"
height="20"
label="Search"
mouse_opaque="true"
name="Search"
width="105" />
<scroll_list
background_visible="true"
layout="topleft"
top_pad="3"
column_padding="0"
draw_border="true"
draw_heading="true"
follows="left|top|right|bottom"
height="450"
left="5"
mouse_opaque="true"
multi_select="false"
name="results"
search_column="2"
width="336">
<column label="" name="icon" width="24" />
<column label="" name="type" width="-1" />
<column label="Name" name="name" width="274" />
</scroll_list>
<text
bg_visible="false"
border_visible="false"
bottom_delta="-20"
follows="left|bottom"
font="SansSerifSmall"
h_pad="0"
halign="left"
height="16"
left="4"
mouse_opaque="true"
name="result_text"
v_pad="0"
width="328" />
<button
image_overlay="Arrow_Left_Off"
image_disabled="PushButton_Disabled"
image_disabled_selected="PushButton_Disabled"
image_selected="PushButton_Selected"
image_unselected="PushButton_Off"
chrome="true"
hover_glow_amount="0.15"
tool_tip="Previous page"
follows="right|bottom"
height="22"
right="305"
bottom="-533"
name="prev_btn"
width="32" />
<button
image_overlay="Arrow_Right_Off"
image_disabled="PushButton_Disabled"
image_disabled_selected="PushButton_Disabled"
image_selected="PushButton_Selected"
image_unselected="PushButton_Off"
chrome="true"
tool_tip="Next page"
follows="right|bottom"
height="22"
layout="topleft"
left_pad="5"
name="next_btn"
top_delta="0"
width="32"/>
</panel>
|