object MainForm: TMainForm Left = 0 Top = 0 Caption = 'P'#345'eklad Lazarusu' ClientHeight = 672 ClientWidth = 757 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow DesignSize = ( 757 672) PixelsPerInch = 96 TextHeight = 13 object ListView1: TListView Left = 8 Top = 9 Width = 739 Height = 624 Anchors = [akLeft, akTop, akRight, akBottom] Columns = < item Caption = 'Identifikace' Width = 100 end item Caption = 'P'#367'vodn'#237' text' Width = 300 end item Caption = 'Pelo'#382'en'#253' text' Width = 300 end> ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnColumnClick = ListView1ColumnClick OnDblClick = ListView1DblClick OnKeyPress = ListView1KeyPress end object ProgressBar1: TProgressBar Left = 8 Top = 640 Width = 737 Height = 24 Anchors = [akLeft, akRight, akBottom] TabOrder = 1 end end