object MainForm: TMainForm Left = 271 Height = 483 Top = 168 Width = 658 Caption = 'Seznam překladových souborů' ClientHeight = 483 ClientWidth = 658 OnCreate = FormCreate ParentFont = False LCLVersion = '0.9.26' object ListView1: TListView Left = 9 Height = 440 Top = 8 Width = 632 Columns = < item Caption = 'Název souboru' Width = 400 end> RowSelect = True TabOrder = 0 ViewStyle = vsReport OnDblClick = ListView1DblClick end object Button1: TButton Left = 10 Height = 25 Top = 456 Width = 198 Caption = 'Aktualizovat podle anglické verze' OnClick = Button1Click TabOrder = 1 end end