lazarus/examples/dockmanager/easytree/ftree.lfm
2009-05-13 07:27:03 +00:00

26 lines
456 B
Plaintext

object DumpBox: TDumpBox
Left = 436
Height = 440
Top = 562
Width = 635
ActiveControl = Memo1
Caption = 'DumpBox'
ClientHeight = 440
ClientWidth = 635
Font.Height = -11
Font.Name = 'MS Sans Serif'
Position = poMainFormCenter
LCLVersion = '0.9.27'
object Memo1: TMemo
Height = 440
Width = 635
Align = alClient
Lines.Strings = (
'Memo1'
)
ReadOnly = True
TabOrder = 0
WordWrap = False
end
end