object RenameDlg: TRenameDlg Left = 257 Top = 106 ActiveControl = btnCancel BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Renaming...' ClientHeight = 135 ClientWidth = 373 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lblToFilename: TLabel Left = 10 Top = 78 Width = 285 Height = 13 AutoSize = False Caption = 'To' ShowAccelChar = False end object lblFilename: TLabel Left = 10 Top = 62 Width = 285 Height = 13 AutoSize = False Caption = 'Filename' end object ProgressBar: TProgressBar Left = 10 Top = 101 Width = 285 Height = 13 Min = 0 Max = 100 TabOrder = 0 end object btnCancel: TButton Left = 302 Top = 101 Width = 60 Height = 23 Cancel = True Caption = 'Cancel' Default = True ModalResult = 2 TabOrder = 1 OnClick = btnCancelClick end object pnlAnimate: TAnimate Left = 10 Top = 0 Width = 272 Height = 60 Active = False CommonAVI = aviCopyFiles StopFrame = 34 end end