-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit1.dfm
68 lines (68 loc) · 1.62 KB
/
Unit1.dfm
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
object Form1: TForm1
Width = 640
Height = 672
CSSLibrary = cssBootstrap
ElementClassName =
'd-flex flex-column h-100 w-100 bg-transparent justify-content-ce' +
'nter align-items-center'
ElementFont = efCSS
object divHeader: TWebHTMLDiv
Left = 88
Top = 91
Width = 400
Height = 100
ElementClassName = 'd-flex flex-row justify-content-between'
ChildOrder = 1
ElementPosition = epRelative
ElementFont = efCSS
Role = ''
object WebHTMLDiv1: TWebHTMLDiv
Left = 3
Top = 0
Width = 100
Height = 100
ElementPosition = epRelative
ElementFont = efCSS
HTML.Strings = (
'<img src="images/rut-race-logo-100-transparent.png" />')
Role = ''
end
object WebHTMLDiv2: TWebHTMLDiv
Left = 109
Top = 0
Width = 300
Height = 100
ElementClassName = 'd-flex text-white justify-content-center align-items-center'
ChildOrder = 1
ElementPosition = epRelative
ElementFont = efCSS
HTML.Strings = (
'On your marks... arriving early 2024')
Role = ''
end
end
object WebButton1: TWebButton
Left = 8
Top = 296
Width = 96
Height = 25
Caption = 'WebButton1'
ChildOrder = 1
ElementClassName = 'btn btn-light'
ElementFont = efCSS
HeightStyle = ssAuto
HeightPercent = 100.000000000000000000
WidthPercent = 100.000000000000000000
OnClick = WebButton1Click
end
object imgpreview: TWebHTMLDiv
Left = 224
Top = 248
Width = 344
Height = 321
ElementID = 'imgpreview'
ChildOrder = 2
ElementFont = efCSS
Role = ''
end
end