-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathTop100DomainsUnit.dfm
43 lines (43 loc) · 1.13 KB
/
Top100DomainsUnit.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
object Top100Domains: TTop100Domains
Left = 87
Top = 116
Caption = 'Top 100 Domains Visited'
ClientHeight = 502
ClientWidth = 528
Color = clBtnFace
OldCreateOrder = False
WindowState = wsMaximized
OnClose = UniFormClose
OnShow = UniFormShow
MonitoredKeys.Keys = <>
PixelsPerInch = 96
TextHeight = 13
object UniDBGrid1: TUniDBGrid
Left = 0
Top = 0
Width = 528
Height = 502
DataSource = UniMainModule.DataSource4
Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgTitleClick, dgTitleHotTrack]
WebOptions.LoadMaskMsg = 'Please wait...'
StripeRows = False
Align = alClient
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 0
Columns = <
item
FieldName = 'url_base'
Title.Caption = 'URL'
Width = 200
Visible = True
Expanded = False
end
item
FieldName = 'count(url_base)'
Title.Caption = 'Count'
Width = 64
Visible = True
Expanded = False
end>
end
end