blob: 38e9d295c3824329acf9212ee12d64a918ecd687 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="false"
can_resize="false" height="270" min_height="270" min_width="350"
name="buy currency" title="Buy Currency" width="350">
<text bottom_delta="-48" follows="top|left" font="SansSerifHuge" height="24"
left="16" name="info_buying" right="-20" text_color="white">
Buying Currency:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerifHuge" height="24" left="16"
name="info_cannot_buy" right="-20" text_color="white">
Cannot buy now:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerifHuge" height="24" left="16"
name="info_need_more" right="-20" text_color="white">
You need more currency:
</text>
<icon bottom="-112" follows="top|left" height="64" image_name="badge_note.tga"
left="0" name="step_error" width="64" />
<text bottom_delta="-96" follows="top|left" height="140" left="72"
name="error_message" right="-20" text_color="white">
Something ain't right.
</text>
<button bottom_delta="-4" follows="bottom|left" height="20" label="Go to website"
left="72" name="error_web" width="120" />
<icon bottom="-112" follows="top|left" height="64" image_name="badge_note.tga"
left="0" name="step_1" width="64" />
<text bottom_delta="38" follows="top|left" height="16" left="72" name="contacting"
right="-20" text_color="white">
Contacting LindeX...
</text>
<text bottom_delta="0" follows="top|left" height="16" left="72"
name="buy_action_unknown" right="-20" text_color="white">
Buy L$ on the LindeX currency exchange
</text>
<text bottom_delta="0" follows="top|left" height="16" left="72" name="buy_action"
right="-20" text_color="white">
[NAME] L$ [PRICE]
</text>
<text bottom_delta="-20" follows="top|left" height="16" left="72"
name="currency_action" text_color="white" width="40">
Buy L$
</text>
<line_editor bottom_delta="0" follows="top|right" height="16" left_delta="45"
name="currency_amt" width="80">
1234
</line_editor>
<text bottom_delta="0" follows="top|right" height="16" left_delta="85"
name="currency_est" text_color="white" width="180">
for approx. US$ [USD]
</text>
<text bottom_delta="-32" follows="top|left" height="16" left="80"
name="balance_label" width="240">
You currently have
</text>
<text bottom_delta="0" follows="top|left" halign="right" height="16" left="80"
name="balance_amount" width="240">
L$ [AMT]
</text>
<text bottom_delta="-20" follows="top|left" height="16" left="80" name="buying_label"
width="240">
You are buying
</text>
<text bottom_delta="0" follows="top|left" halign="right" height="16" left="80"
name="buying_amount" width="240">
L$ [AMT]
</text>
<text bottom_delta="-20" follows="top|left" height="16" left="80" name="total_label"
width="240">
Your balance will be
</text>
<text bottom_delta="0" follows="top|left" halign="right" height="16" left="80"
name="total_amount" width="240">
L$ [AMT]
</text>
<text bottom_delta="-48" follows="top|left" height="32" left="72"
name="purchase_warning_repurchase" right="-20" text_color="white">
Confirming this purchase only buys the currency.
You'll need to try the operation again.
</text>
<text bottom_delta="0" follows="top|left" height="32" left="72"
name="purchase_warning_notenough" right="-20" text_color="white">
You aren't buying enough currency
Increase the amount to buy.
</text>
<button bottom_delta="-40" follows="bottom|left" height="20" label="Purchase" left="72"
name="buy_btn" width="100" />
<button bottom_delta="0" follows="bottom|right" height="20" label="Cancel" left="-100"
name="cancel_btn" width="60" />
</floater>
|