blob: b7602f8fd32741771736fae2d63f11bce235992a (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
border="true"
follows="all"
height="320"
help_topic="panel_region_experience_tab"
label="Experiences"
name="Experiences"
layout="topleft"
left="0"
top="320"
width="480">
<panel.string
name="panel_allowed">
Allowed Experiences
</panel.string>
<panel.string
name="panel_blocked">
Blocked Experiences
</panel.string>
<panel.string
name="panel_trusted">
Trusted Experiences
</panel.string>
<layout_stack
left="5"
layout="topleft"
follows="all"
top="0"
right="-5"
height="320"
min_height="140"
orientation="vertical">
<layout_panel
height="100"
min_height="100"
width="530">
<panel follows="all"
width="530"
name="panel_trusted"
class="panel_experience_list_editor"
filename="panel_experience_list_editor.xml" />
</layout_panel>
<layout_panel
height="100"
min_height="100"
width="530">
<panel
label="SOME LABEL"
width="530"
name="panel_allowed"
class="panel_experience_list_editor"
filename="panel_experience_list_editor.xml"/>
</layout_panel>
<layout_panel
height="100"
min_height="100"
width="530">
<panel
width="530"
name="panel_blocked"
class="panel_experience_list_editor"
filename="panel_experience_list_editor.xml"/>
</layout_panel>
<layout_panel
height="30"
min_height="30"
max_height="30"
width="530">
<button
layout="topleft"
width="85"
left="3"
label="Apply"
name="apply_btn"/>
</layout_panel>
</layout_stack>
</panel>
|