object Form1: TForm1 Left = 368 Top = 294 BorderStyle = bsToolWindow Caption = 'Diakritika 1.0 - (c) Hematit 2004 - http://hematit.wz.cz' ClientHeight = 108 ClientWidth = 283 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 27 Height = 13 Caption = 'Zdroj:' end object Edit1: TEdit Left = 16 Top = 24 Width = 185 Height = 21 Color = clScrollBar ReadOnly = True TabOrder = 0 end object Button1: TButton Left = 208 Top = 24 Width = 65 Height = 25 Caption = 'Proch'#225'zet' TabOrder = 1 OnClick = Button1Click end object BitBtn1: TBitBtn Left = 128 Top = 72 Width = 137 Height = 25 Caption = 'Odstranit diakritiku' TabOrder = 2 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 16 Top = 72 Width = 89 Height = 25 Caption = 'Konec' TabOrder = 3 OnClick = BitBtn2Click Kind = bkCancel end object CheckBox1: TCheckBox Left = 16 Top = 48 Width = 169 Height = 17 Caption = 'P'#345'epsat origin'#225'l' TabOrder = 4 end object OpenDialog1: TOpenDialog Filter = 'Titulky (*.srt)|*.srt|Titulky (*.txt)|*.txt|Titulky (*.sub)|*.su' + 'b|V'#353'echny soubory|*.*' Left = 256 end end