object FormTest: TFormTest Left = 477 Height = 587 Top = 365 Width = 878 Caption = 'Test' ClientHeight = 587 ClientWidth = 878 OnShow = FormShow LCLVersion = '1.5' object ListView1: TListView Left = 16 Height = 512 Top = 64 Width = 856 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Action' Width = 250 end item Caption = 'Duration' Width = 100 end item Caption = 'Result' Width = 489 end> ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport end object ButtonStart: TButton Left = 776 Height = 25 Top = 24 Width = 75 Caption = 'Start' OnClick = ButtonStartClick TabOrder = 1 end object ComboBox1: TComboBox Left = 136 Height = 37 Top = 19 Width = 324 ItemHeight = 0 Style = csDropDownList TabOrder = 2 end object Label1: TLabel Left = 14 Height = 25 Top = 19 Width = 85 Caption = 'Backend:' ParentColor = False end end