blob: bb91f709a34220805eb5a2d746b026dc1725d2cd (
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_minimize="false"
height="140"
layout="topleft"
name="Give Money"
save_rect="true"
width="300">
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
halign="right"
height="18"
layout="topleft"
left="5"
name="payee_group"
top="7"
width="75">
Pay group:
</text>
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
halign="right"
height="18"
layout="topleft"
left_delta="0"
name="payee_resident"
top_delta="0"
width="75">
Pay resident:
</text>
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="18"
layout="topleft"
left_pad="5"
name="payee_name"
top_delta="0"
width="210">
[FIRST] [LAST]
</text>
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
halign="right"
height="18"
layout="topleft"
left="5"
name="object_name_label"
top="32"
width="75">
Via object:
</text>
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="18"
layout="topleft"
left_pad="5"
name="object_name_text"
top_delta="0"
width="210">
...
</text>
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
halign="right"
height="18"
layout="topleft"
left="5"
name="fastpay text"
top="54"
width="75">
Fast Pay:
</text>
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
halign="right"
height="18"
layout="topleft"
left_delta="0"
name="amount text"
top_pad="40"
width="75">
Amount:
</text>
<button
height="20"
label="L$1"
label_selected="L$1"
layout="topleft"
left="85"
name="fastpay 1"
top="54"
width="80" />
<button
height="20"
label="L$5"
label_selected="L$5"
layout="topleft"
left_pad="5"
name="fastpay 5"
top_delta="0"
width="80" />
<button
height="20"
label="L$10"
label_selected="L$10"
layout="topleft"
left="85"
name="fastpay 10"
top="78"
width="80" />
<button
height="20"
label="L$20"
label_selected="L$20"
layout="topleft"
left_pad="5"
name="fastpay 20"
top_delta="0"
width="80" />
<button
enabled="false"
follows="right|bottom"
height="20"
label="Pay"
label_selected="Pay"
layout="topleft"
left="140"
name="pay btn"
top="112"
width="70" />
<button
follows="right|bottom"
height="20"
label="Cancel"
label_selected="Cancel"
layout="topleft"
left_pad="5"
name="cancel btn"
top_delta="0"
width="70" />
<line_editor
border_style="line"
border_thickness="1"
follows="left|top|right"
font="SansSerif"
height="18"
layout="topleft"
left_delta="-130"
max_length="9"
name="amount"
top_delta="0"
width="50" />
</floater>
|