programmeslistframe.lfm
object ProgrammesList: TProgrammesList
Left = 0
Height = 240
Top = 0
Width = 320
ClientHeight = 240
ClientWidth = 320
LCLVersion = '1.2.6.0'
TabOrder = 0
object programmesList: TListBox
Left = 0
Height = 240
Top = 0
Width = 320
Align = alClient
ItemHeight = 52
OnDrawItem = programmesListDrawItem
Style = lbOwnerDrawFixed
TabOrder = 0
end
end