blob: 7159bbadb347671837c32ff180e97cf651bf6289 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Give Money" title="">
<string name="payee_group" width="105">
Gruppe bezahlen
</string>
<string name="payee_resident" width="118">
Einwohner bezahlen
</string>
<icon name="icon_person" tool_tip="Person"/>
<text left="128" name="payee_name" width="168">
Ericacita Moostopolison
</text>
<text halign="left" name="object_name_label">
Über Objekt:
</text>
<icon name="icon_object" tool_tip="Objekte"/>
<text left="105" name="object_name_text">
...
</text>
<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"/>
<text name="amount text">
oder Betrag auswählen:
</text>
<button label="Bezahlen" label_selected="Bezahlen" name="pay btn"/>
<button label="Abbrechen" label_selected="Abbrechen" name="cancel btn" width="76"/>
</floater>
|