blob: db14ecae831117e1e7ca9dd6b810003c15c7fa85 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_resize="true"
height="400"
layout="topleft"
name="floater_test_radiogroup"
help_topic="floater_test_radiogroup"
translate="false"
width="400">
<radio_group
height="54"
layout="topleft"
left="10"
name="parcel_voice_channel"
top="46"
width="219">
<radio_item
height="16"
label="Use the Estate spatial channel"
layout="topleft"
left="3"
name="Estate"
top="3"
width="463" />
<radio_item
height="16"
label="Use a private spatial channel"
layout="topleft"
left_delta="0"
name="Private"
top_delta="16"
width="463" />
<radio_item
height="16"
label="Disable spatial audio on this parcel"
layout="topleft"
left_delta="0"
name="Disabled"
top_delta="16"
width="463" />
</radio_group>
<radio_group
height="50"
layout="topleft"
left_delta="0"
name="simple_radio_group"
top_pad="50"
width="150">
<radio_item
bottom="20"
height="16"
label="Label in label attribute"
layout="topleft"
name="label_radio_item" />
<radio_item
bottom_delta="20"
height="16"
label="Label in text contents"
layout="topleft"
name="contents_radio_item" />
</radio_group>
<radio_group
draw_border="false"
height="50"
layout="topleft"
left_delta="0"
name="no_border_radio_group"
top_pad="50"
width="150">
<radio_item
bottom="20"
height="16"
label="No Border Foo"
layout="topleft"
name="foo_radio_item" />
<radio_item
bottom_delta="20"
height="16"
label="No Border Bar"
layout="topleft"
name="bar_item" />
</radio_group>
</floater>
|