Chameleon/frmResults.lfm
2021-05-30 09:36:57 +02:00

32 lines
604 B
Plaintext

object Results: TResults
Left = 197
Height = 226
Top = 144
Width = 223
Caption = 'Chameleon Information'
ClientHeight = 226
ClientWidth = 223
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'Tahoma'
LCLVersion = '2.0.6.0'
object TreeView1: TTreeView
Left = 0
Height = 226
Top = 0
Width = 223
Align = alClient
Indent = 11
TabOrder = 0
end
object popListData: TPopupMenu
left = 58
top = 9
object Savelistdata1: TMenuItem
Caption = 'Save list data...'
OnClick = Savelistdata1Click
end
end
end