object MIDI_Container: TMIDI_Container Left = 209 Top = 250 Width = 347 Height = 516 Caption = 'List of MIDI events' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poDefaultPosOnly OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Event_View: TListView Left = 0 Top = 17 Width = 339 Height = 466 Align = alClient Columns = < item Caption = 'Time' Width = 35 end item Alignment = taRightJustify Caption = 'Channel' Width = 35 end item Alignment = taRightJustify Caption = 'Event' Width = 40 end item Alignment = taRightJustify Caption = 'Byte 1' Width = 42 end item Alignment = taRightJustify Caption = 'Byte 2' Width = 42 end item Caption = 'Text' Width = 200 end> GridLines = True HideSelection = False RowSelect = True TabOrder = 0 ViewStyle = vsReport end object Panel: TPanel Left = 0 Top = 0 Width = 339 Height = 17 Align = alTop TabOrder = 1 object Progress: TProgressBar Left = 1 Top = 1 Width = 337 Height = 15 Align = alClient Min = 0 Max = 100 TabOrder = 0 end end end