object FrmRenameFile: TFrmRenameFile Left = 224 Top = 196 BorderStyle = bsDialog Caption = 'Rename file' ClientHeight = 96 ClientWidth = 234 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 108 Height = 13 Caption = 'Enter the new filename' end object EditFileName: TEdit Left = 8 Top = 32 Width = 217 Height = 21 TabOrder = 0 end object btnOK: TButton Left = 72 Top = 64 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 152 Top = 64 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end