-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathUFrmMain.dfm
109 lines (109 loc) · 3.06 KB
/
UFrmMain.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
object FrmMain: TFrmMain
Width = 421
Height = 419
Caption = 'Your Weather'
CSSLibrary = cssBootstrap
ElementFont = efCSS
OnCreate = WebFormCreate
object Icon: TWebImageControl
Left = 160
Top = 119
Width = 100
Height = 100
HeightPercent = 100.000000000000000000
WidthPercent = 100.000000000000000000
ChildOrder = 2
end
object txtDescription: TWebLabel
Left = 8
Top = 225
Width = 400
Height = 15
Alignment = taCenter
AutoSize = False
Caption = 'TWebLabel - txtDescription'
ElementFont = efCSS
HeightStyle = ssAuto
HeightPercent = 100.000000000000000000
HTMLType = tSPAN
WidthPercent = 100.000000000000000000
end
object txtLocationText: TWebLabel
Left = 8
Top = 65
Width = 400
Height = 15
Alignment = taCenter
AutoSize = False
Caption = 'TWebLabel - txtLocationText'
ElementClassName = 'fs-3'
ElementFont = efCSS
HeightStyle = ssAuto
HeightPercent = 100.000000000000000000
HTMLType = tSPAN
WidthPercent = 100.000000000000000000
end
object txtLocationNumbers: TWebLabel
Left = 8
Top = 98
Width = 400
Height = 15
Alignment = taCenter
AutoSize = False
Caption = 'TWebLabel - txtLocationNumbers'
ElementClassName = 'fs-6'
ElementFont = efCSS
HeightStyle = ssAuto
HeightPercent = 100.000000000000000000
HTMLType = tSPAN
WidthPercent = 100.000000000000000000
end
object txtHeader: TWebLabel
Left = 8
Top = 16
Width = 400
Height = 15
Alignment = taCenter
AutoSize = False
Caption = 'TWebLabel - txtHeader'
ElementClassName = 'display-4'
ElementFont = efCSS
HeightStyle = ssAuto
HeightPercent = 100.000000000000000000
HTMLType = tH1
WidthPercent = 100.000000000000000000
end
object Grid: TWebTableControl
Left = 8
Top = 259
Width = 400
Height = 134
HeightStyle = ssAuto
BorderColor = clSilver
ChildOrder = 4
ElementFont = efCSS
ElementHeaderClassName = 'thead-light'
ElementTableClassName = 'table table-striped table-bordered table-hover'
Footer.ButtonActiveElementClassName = 'btn btn-primary'
Footer.ButtonElementClassName = 'btn btn-light'
Footer.DropDownElementClassName = 'form-control'
Footer.InputElementClassName = 'form-control'
Footer.LinkActiveElementClassName = 'link-primary'
Footer.LinkElementClassName = 'link-secondary'
Footer.ListElementClassName = 'pagination'
Footer.ListItemElementClassName = 'page-item'
Footer.ListLinkElementClassName = 'page-link'
Header.ButtonActiveElementClassName = 'btn btn-primary'
Header.ButtonElementClassName = 'btn btn-light'
Header.DropDownElementClassName = 'form-control'
Header.InputElementClassName = 'form-control'
Header.LinkActiveElementClassName = 'link-primary'
Header.LinkElementClassName = 'link-secondary'
Header.ListElementClassName = 'pagination'
Header.ListItemElementClassName = 'page-item'
Header.ListLinkElementClassName = 'page-link'
RowHeader = False
ColCount = 2
RowCount = 4
end
end