object ItemListForm: TItemListForm Left = 245 Height = 553 Top = 131 Width = 728 Caption = 'Překlad Lazarusu' ClientHeight = 553 ClientWidth = 728 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow ParentFont = False Position = poScreenCenter LCLVersion = '0.9.26' object ListView1: TListView Left = 8 Height = 512 Top = 8 Width = 712 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Identifikace' Width = 200 end item Caption = 'Původní text' Width = 240 end item Caption = 'Přeložený text' Width = 240 end> RowSelect = True TabOrder = 0 ViewStyle = vsReport OnColumnClick = ListView1ColumnClick OnCompare = ListView1Compare OnDblClick = ListView1DblClick OnKeyPress = ListView1KeyPress end object ProgressBar1: TProgressBar Left = 8 Height = 20 Top = 528 Width = 632 Anchors = [akLeft, akRight, akBottom] Max = 100 TabOrder = 1 end object Button1: TButton Left = 648 Height = 25 Top = 527 Width = 75 Caption = 'Zavřít' Default = True OnClick = Button1Click TabOrder = 2 end end