object ScriptFileNameForm: TScriptFileNameForm Left = 344 Top = 204 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Vytvo�en� skriptu' ClientHeight = 195 ClientWidth = 288 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 206 Height = 13 Caption = 'N�zev souboru pro d�vkov� p�ejmenov�n�:' Transparent = True end object Bevel1: TBevel Left = 16 Top = 144 Width = 257 Height = 9 Shape = bsTopLine end object ScriptFileNameEdit: TEdit Left = 16 Top = 40 Width = 257 Height = 21 TabOrder = 0 Text = 'RenameBatch.bat' OnChange = ScriptFileNameEditChange end object OKBtn: TButton Left = 96 Top = 160 Width = 75 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 200 Top = 160 Width = 75 Height = 25 Caption = 'Zru�it' TabOrder = 2 OnClick = CancelBtnClick end end