blob: bf0a774e76605ae49214f7f07bcd461b519f0ab4 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_resize="true"
height="500"
layout="topleft"
name="floater_test_button"
help_topic="floater_test_button"
translate="false"
width="500">
<button
height="23"
label="Generic Button"
layout="topleft"
left="10"
name="generic_button"
top="20"
width="150" />
<button
bottom_delta="30"
height="23"
label="Bottom delta"
layout="topleft"
name="bottom_delta_button" />
<button
bottom_delta="30"
height="23"
label="SansSerifSmall"
layout="topleft"
name="sans_serif_small_button" />
<button
auto_resize="true"
bottom_delta="30"
height="23"
label="Auto Resize"
layout="topleft"
name="auto_resize_button" />
<button
bottom_delta="30"
height="23"
is_toggle="true"
label="Click Change Label"
label_selected="New Label"
layout="topleft"
name="label_selected_button" />
<button
bottom_delta="30"
height="23"
label="No Label Shadow"
label_shadow="false"
layout="topleft"
name="label_shadow_button" />
<button
bottom_delta="30"
height="23"
label="EmphasisColor Label"
label_color="EmphasisColor"
layout="topleft"
name="label_color_button" />
<button
bottom_delta="30"
height="23"
is_toggle="true"
label="Toggle"
label_color_selected="EmphasisColor"
label_selected="Toggle on"
layout="topleft"
name="label_color_selected_button" />
<button
bottom_delta="30"
enabled="false"
height="23"
label="Disabled"
label_color_disabled="EmphasisColor"
label_selected="Selected"
layout="topleft"
name="label_color_disabled_button" />
<button
bottom_delta="30"
height="23"
highlight_color="EmphasisColor"
label="Highlight"
layout="topleft"
name="highlight_color_button" />
<button
bottom_delta="30"
height="23"
hover_glow_amount="0"
label="No Hover Glow"
layout="topleft"
name="hover_glow_amount_button" />
<button
height="16"
image_selected="Move_Run_Off"
image_unselected="Move_Run_Off"
layout="topleft"
left="200"
name="image_button"
top="20"
width="16" />
<button
height="16"
image_color="EmphasisColor"
image_selected="Move_Run_Off"
image_unselected="Move_Run_Off"
layout="topleft"
left_delta="0"
name="image_color_button"
top_pad="10"
width="16" />
</floater>
|