Chameleon/frmResults.lfm
Nikolaos Georgiou a5cf23eda4 Add 'pas/' from commit '71642f0773f3b21b1e6bcdfcfdbdb186b6c8f78c'
git-subtree-dir: pas
git-subtree-mainline: 6d5784cc4089eeb4864244cd4951b1aa66b4e90e
git-subtree-split: 71642f0773f3b21b1e6bcdfcfdbdb186b6c8f78c
2021-05-29 07:57:12 +02:00

33 lines
628 B
Plaintext

object Results: TResults
Left = 197
Height = 395
Top = 144
Width = 390
Caption = 'Chameleon Information'
ClientHeight = 395
ClientWidth = 390
Color = clBtnFace
DesignTimePPI = 168
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Tahoma'
LCLVersion = '1.8.0.6'
object TreeView1: TTreeView
Left = 0
Height = 395
Top = 0
Width = 390
Align = alClient
Indent = 19
TabOrder = 0
end
object popListData: TPopupMenu
left = 101
top = 15
object Savelistdata1: TMenuItem
Caption = 'Save list data...'
OnClick = Savelistdata1Click
end
end
end