object FileExistsForm: TFileExistsForm Left = 309 Top = 145 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = ' ' ClientHeight = 135 ClientWidth = 321 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter PixelsPerInch = 96 TextHeight = 13 object OverwriteButton: TButton Left = 3 Top = 107 Width = 75 Height = 25 Caption = 'Overwrite' TabOrder = 1 OnClick = OverwriteButtonClick end object ResumeButton: TButton Left = 83 Top = 107 Width = 75 Height = 25 Caption = 'Resume' TabOrder = 2 OnClick = ResumeButtonClick end object RenameButton: TButton Left = 163 Top = 107 Width = 75 Height = 25 Caption = 'Rename' TabOrder = 3 OnClick = RenameButtonClick end object CancelButton: TButton Left = 243 Top = 107 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 0 OnClick = CancelButtonClick end object GroupBox1: TGroupBox Left = 2 Top = -2 Width = 316 Height = 105 TabOrder = 4 object Image1: TImage Left = 2 Top = 10 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object Label2: TLabel Left = 8 Top = 72 Width = 300 Height = 30 AutoSize = False Caption = 'The file you are about to download already exists. What do you w' + 'ant do do?' WordWrap = True end object FileNameLabel: TLabel Left = 7 Top = 51 Width = 303 Height = 13 AutoSize = False Caption = 'FileNameHere' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label1: TLabel Left = 38 Top = 9 Width = 132 Height = 32 Caption = 'File Exists!' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -27 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Image2: TImage Left = 4 Top = 9 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end end object SaveDialog: TSaveDialog Left = 288 Top = 8 end end