blob: a5579f03bffac9d2a5012ad1ca8e817318100d45 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Give Money" title="">
<string halign="left" name="payee_group" width="100">
Pagar grupo
</string>
<string halign="left" name="payee_resident" width="120">
Pagar residente
</string>
<icon name="icon_person" tool_tip="Pessoa"/>
<text left="105" name="payee_name">
Ericacita Moostopolison
</text>
<text halign="left" left="5" name="object_name_label" width="95">
Via objeto:
</text>
<icon name="icon_object" tool_tip="Objects"/>
<text left="105" name="object_name_text">
Meu objeto maravilho, fantástico e com nome comprido e imaginativo
</text>
<button label="L$1" label_selected="L$1" left="125" name="fastpay 1" width="70"/>
<button label="L$5" label_selected="L$5" left="200" name="fastpay 5" width="70"/>
<button label="L$10" label_selected="L$10" left="125" name="fastpay 10" width="70"/>
<button label="L$20" label_selected="L$20" left="200" name="fastpay 20" width="70"/>
<text halign="left" left="5" name="amount text">
Outro valor:
</text>
<line_editor left="60" name="amount" width="50"/>
<button label="Pagar" label_selected="Pagar" name="pay btn"/>
<button label="Cancelar" label_selected="Cancelar" name="cancel btn"/>
</floater>
|