object EncForm: TEncForm Left = 220 Top = 113 BorderStyle = bsDialog Caption = 'Zm�na k�dov�n� �esk�ch znak�' ClientHeight = 297 ClientWidth = 310 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 191 Width = 48 Height = 13 Caption = 'Prohl�dka:' FocusControl = prevEdit end object Label2: TLabel Left = 17 Top = 7 Width = 56 Height = 13 Caption = 'z k�dov�n�:' FocusControl = fromLB end object Label3: TLabel Left = 17 Top = 99 Width = 63 Height = 13 Caption = 'do k�dov�n�:' FocusControl = toLB end object fromLB: TListBox Left = 18 Top = 22 Width = 273 Height = 69 ItemHeight = 13 Items.Strings = ( 'Windows 1250 - Central European Alphabet (Windows)' 'ISO 8859-2 - Central European Alphabet (ISO)' 'Brat�i Kameni�t�' 'PC Latin 2 - Central European (DOS)' 'Ascii (Bez diakritiky)') TabOrder = 0 OnClick = fromLBClick end object toLB: TListBox Left = 19 Top = 114 Width = 272 Height = 72 ItemHeight = 13 Items.Strings = ( 'Windows 1250 - Central European Alphabet (Windows)' 'ISO 8859-2 - Central European Alphabet (ISO)' 'Brat�i Kameni�t�' 'PC Latin 2 - Central European (DOS)' 'Ascii (Bez diakritiky)') TabOrder = 1 OnClick = fromLBClick end object prevEdit: TEdit Left = 18 Top = 207 Width = 273 Height = 21 Color = clBtnFace Enabled = False TabOrder = 2 end object CancelButton: TButton Left = 210 Top = 264 Width = 75 Height = 25 Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 5 end object OKButton: TButton Left = 123 Top = 264 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 end object CheckBox1: TCheckBox Left = 23 Top = 237 Width = 233 Height = 17 Caption = 'Prov�d�t zm�ny pouze na ozna�en�m textu' TabOrder = 3 end object EncChanger1: TEncChanger FromEnc = Win1250 ToEnc = Win1250 ShowProgress = False OnlySelected = False Left = 64 Top = 264 end end