1
0
Fork 0
lazarus-tutorials/sListExample/slistform.lfm

39 lines
658 B
Plaintext

object Form1: TForm1
Left = 638
Height = 320
Top = 227
Width = 480
Caption = 'Stringlist Example'
ClientHeight = 320
ClientWidth = 480
OnCreate = FormCreate
LCLVersion = '2.0.12.0'
object LCount: TLabel
Left = 10
Height = 16
Top = 10
Width = 43
Caption = 'LCount'
ParentColor = False
end
object LBWords: TListBox
Left = 0
Height = 200
Top = 120
Width = 480
Align = alBottom
Columns = 4
ItemHeight = 0
TabOrder = 0
end
object Mdisplay: TMemo
Left = 0
Height = 80
Top = 40
Width = 480
Align = alBottom
Lines.Strings = ( )
TabOrder = 1
end
end