forked from Militereum/Militereum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdormant.fmx
47 lines (47 loc) · 1.5 KB
/
dormant.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
inherited FrmDormant: TFrmDormant
ClientHeight = 246
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 %s a dormant %s'
TabOrder = 0
end
object lblToken: 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 = lblTokenClick
end
object lblFooter: 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 =
'The last transaction with this smart contract was more than 30 d' +
'ays ago.'
TabOrder = 2
end
end