forked from Militereum/Militereum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunverified.fmx
58 lines (58 loc) · 1.93 KB
/
unverified.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
inherited FrmUnverified: TFrmUnverified
ClientHeight = 271
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 transact with an unverified contract'
TabOrder = 0
end
object lblContractText: TLabel
Cursor = crHandPoint
StyledSettings = [Family, Size]
HitTest = True
Position.X = 24.000000000000000000
Position.Y = 135.000000000000000000
Size.Width = 452.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.StyleExt = {04040000000000000004000000}
TextSettings.FontColor = claDodgerblue
TextSettings.HorzAlign = Center
TextSettings.WordWrap = False
Text = '0x0000000000000000000000000000000000000000'
TabOrder = 1
OnClick = lblContractTextClick
end
object Label1: TLabel
Position.X = 24.000000000000000000
Position.Y = 167.000000000000000000
Size.Width = 452.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.HorzAlign = Center
TextSettings.WordWrap = False
Text = 'This contract isn'#8217't necessarily insecure, but it is suspicious.'
TabOrder = 2
end
object Label2: TLabel
Position.X = 24.000000000000000000
Position.Y = 192.000000000000000000
Size.Width = 452.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.HorzAlign = Center
TextSettings.WordWrap = False
Text =
'There is no guarantee that this contract actually does what it i' +
's supposed to do.'
TabOrder = 3
end
end