object SourceSelectionForm: TSourceSelectionForm Left = 261 Height = 468 Top = 118 Width = 653 Caption = 'Source selection' ClientHeight = 468 ClientWidth = 653 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '0.9.31' object ListView1: TListView Left = 7 Height = 421 Top = 8 Width = 641 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Name' Width = 110 end item Caption = 'Type' Width = 80 end item Caption = 'Version' Width = 60 end item Caption = 'Revision' end item Caption = 'Date' Width = 60 end item Caption = 'Downloaded' end item Caption = 'Source URL' Width = 300 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end object ButtonOk: TButton Left = 573 Height = 25 Top = 440 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object ButtonCancel: TButton Left = 488 Height = 25 Top = 440 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object ButtonUpdateSource: TButton Left = 10 Height = 25 Top = 440 Width = 75 Anchors = [akLeft, akBottom] Caption = 'Update list' OnClick = ButtonUpdateSourceClick TabOrder = 3 end end