object MainForm: TMainForm Left = 245 Height = 553 Top = 131 Width = 728 Caption = 'Překlad Lazarusu' ClientHeight = 553 ClientWidth = 728 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 = 160 Height = 20 Top = 528 Width = 558 Anchors = [akLeft, akRight, akBottom] Max = 100 TabOrder = 1 end object ComboBox1: TComboBox Left = 8 Height = 21 Top = 527 Width = 144 ItemHeight = 13 ItemIndex = 0 Items.Strings = ( 'lazaruside.cz.po' 'objinspstrconsts.cz.po' 'installerstrconsts.cz.po' 'cgimodules.cz.po' 'codetoolsstrconsts.cz.po' 'h2passtrconsts.cz.po' 'lclstrconsts.cz.po' 'iputils.cz.po' ) OnChange = ComboBox1Change Style = csDropDownList TabOrder = 2 Text = 'lazaruside.cz.po' end end