blob: 136e6a6f01cea3e32817f686d62554cc44d810d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Give Money" title="">
<button label="1 L$" label_selected="1 L$" name="fastpay 1"/>
<button label="5 L$" label_selected="5 L$" name="fastpay 5"/>
<button label="10 L$" label_selected="10 L$" name="fastpay 10"/>
<button label="20 L$" label_selected="20 L$" name="fastpay 20"/>
<button label="Pagar" label_selected="Pagar" name="pay btn"/>
<button label="Cancelar" label_selected="Cancelar" name="cancel btn"/>
<text length="1" name="payee_label" type="string" left="5" width="105">
Pagar al residente:
</text>
<text length="1" name="payee_name" type="string" left="115">
[FIRST] [LAST]
</text>
<text length="1" name="fastpay text" type="string" width="100" halign="left">
Pago rápido:
</text>
<text length="1" name="amount text" type="string" left="4" >
Cantidad:
</text>
<line_editor left="60" name="amount" width="55"/>
</floater>
|