forked from Militereum/Militereum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlimit.fmx
90 lines (90 loc) · 2.82 KB
/
limit.fmx
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
90
inherited FrmLimit: TFrmLimit
ClientHeight = 263
DesignerMasterStyle = 0
object lblTitle: TLabel
StyledSettings = [Family, Style, FontColor]
Position.X = 24.000000000000000000
Position.Y = 96.000000000000000000
Size.Width = 452.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 20.000000000000000000
TextSettings.HorzAlign = Center
TextSettings.WordWrap = False
Text = 'You are about to send someone more than $ %d'
TabOrder = 0
end
object lblAssetTitle: TLabel
Position.X = 24.000000000000000000
Position.Y = 134.000000000000000000
Size.Width = 113.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.HorzAlign = Trailing
TextSettings.WordWrap = False
Text = 'Asset:'
TabOrder = 1
end
object lblRecipientTitle: TLabel
Position.X = 24.000000000000000000
Position.Y = 159.000000000000000000
Size.Width = 113.000000000000000000
Size.Height = 16.000000000000000000
Size.PlatformDefault = False
TextSettings.HorzAlign = Trailing
TextSettings.WordWrap = False
Text = 'Recipient:'
TabOrder = 3
end
object lblRecipientText: TLabel
Anchors = [akLeft, akTop, akRight]
Cursor = crHandPoint
StyledSettings = [Family, Size]
HitTest = True
Position.X = 145.000000000000000000
Position.Y = 159.000000000000000000
Size.Width = 331.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.StyleExt = {04040000000000000004000000}
TextSettings.FontColor = claDodgerblue
TextSettings.WordWrap = False
Text = '0x0000000000000000000000000000000000000000'
TabOrder = 4
OnClick = lblRecipientTextClick
end
object lblAssetText: TLabel
Anchors = [akLeft, akTop, akRight]
Position.X = 145.000000000000000000
Position.Y = 134.000000000000000000
Size.Width = 331.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.WordWrap = False
Text = '(unknown)'
TabOrder = 2
end
object lblAmountTitle: TLabel
Position.X = 24.000000000000000000
Position.Y = 184.000000000000000000
Size.Width = 113.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.HorzAlign = Trailing
TextSettings.WordWrap = False
Text = 'Amount:'
TabOrder = 5
end
object lblAmountText: TLabel
Anchors = [akLeft, akTop, akRight]
Position.X = 145.000000000000000000
Position.Y = 184.000000000000000000
Size.Width = 331.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.FontColor = claBrown
TextSettings.WordWrap = False
Text = '$ 0.00'
TabOrder = 6
end
end