84 lines
1.6 KiB
Plaintext
84 lines
1.6 KiB
Plaintext
object DiscovererListForm: TDiscovererListForm
|
|
Left = 3231
|
|
Height = 421
|
|
Top = 0
|
|
Width = 821
|
|
Caption = 'Discoverer list'
|
|
ClientHeight = 421
|
|
ClientWidth = 821
|
|
DesignTimePPI = 108
|
|
OnCreate = FormCreate
|
|
LCLVersion = '1.9.0.0'
|
|
object btnClose: TBitBtn
|
|
Tag = 6
|
|
Left = 636
|
|
Height = 35
|
|
Top = 375
|
|
Width = 169
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Close'
|
|
OnClick = btnCloseClick
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
end
|
|
object lbDiscoverer: TListBox
|
|
Left = 9
|
|
Height = 392
|
|
Top = 18
|
|
Width = 199
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
ItemHeight = 0
|
|
OnClick = lbDiscovererClick
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
end
|
|
object lblDiscoName: TLabel
|
|
Left = 222
|
|
Height = 23
|
|
Top = 18
|
|
Width = 109
|
|
Caption = 'lblDiscoName'
|
|
Font.Height = -18
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object Label1: TLabel
|
|
Left = 222
|
|
Height = 20
|
|
Top = 63
|
|
Width = 134
|
|
Caption = 'Discovered elements:'
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object memElements: TMemo
|
|
Left = 240
|
|
Height = 268
|
|
Top = 88
|
|
Width = 565
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderStyle = bsNone
|
|
Color = clForm
|
|
Lines.Strings = (
|
|
''
|
|
)
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoVertical
|
|
TabOrder = 2
|
|
end
|
|
object btnWikipedia: TBitBtn
|
|
Tag = 35
|
|
Left = 222
|
|
Height = 35
|
|
Top = 375
|
|
Width = 169
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Wikipedia'
|
|
OnClick = btnWikipediaClick
|
|
ParentFont = False
|
|
TabOrder = 3
|
|
end
|
|
end
|