blob: 3938a90782e2a5af972e51cda43a29b6dde28ae6 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Give Money" title="Pay resident: [FIRST] [LAST]"
bottom="-197" left="439" height="185" width="300"
min_height="100" min_width="100" rect_control="FloaterPayRectB"
can_minimize="true" can_resize="false">
<text name="fastpay text"
bottom="-50" left="15" height="18" width="100"
follows="left|top" font="SansSerif">
Fast Pay:
</text>
<button name="fastpay 1" label="[CURRENCY]1"
bottom_delta="0" left="95" height="20" width="75"
font="SansSerif" halign="center" scale_image="true" />
<button name="fastpay 5" label="[CURRENCY]5"
bottom_delta="0" left_delta="85" height="20" width="75"
font="SansSerif" halign="center" scale_image="true" />
<button name="fastpay 10" label="[CURRENCY]10"
bottom_delta="-25" left="95" height="20" width="75"
font="SansSerif" halign="center" scale_image="true" />
<button name="fastpay 20" label="[CURRENCY]20"
bottom_delta="0" left_delta="85" height="20" width="75"
font="SansSerif" halign="center" scale_image="true" />
<view_border name="separator left"
bottom_delta="-12" left="8" height="1" width="282"
bevel_style="in" border_thickness="1" follows="top|left" />
<text name="message text"
bottom_delta="-32" left="15" height="18" width="60"
follows="left|top" font="SansSerif">
Message:
</text>
<line_editor name="message" max_length="140"
bottom_delta="1" left="80" height="18" right="-15"
bevel_style="in" border_style="line" border_thickness="1"
follows="left|top|right" font="SansSerif" spell_check="true" />
<text name="amount text"
bottom_delta="-28" left="15" height="18" width="70"
follows="left|top" font="SansSerif">
Amount:
</text>
<text name="currency text"
bottom_delta="0" left_delta="67" height="18" width="15"
follows="left|top" font="SansSerif">
[CURRENCY]
</text>
<line_editor name="amount" max_length="9"
bottom_delta="1" left_delta="18" height="18" width="70"
bevel_style="in" border_style="line" border_thickness="1"
follows="left|top|right" font="SansSerif" />
<button name="pay btn" label="Pay"
bottom_delta="-2" left_delta="80" height="20" width="75"
font="SansSerif" halign="center" scale_image="true" />
<button name="cancel btn" label="Cancel"
bottom="5" right="-5" height="20" width="85"
font="SansSerif" halign="center" scale_image="true" />
</floater>
|