object frmDownloadExists: TfrmDownloadExists Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Avant Downloader' ClientHeight = 121 ClientWidth = 489 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True OnClose = TntFormClose OnCreate = TntFormCreate PixelsPerInch = 96 TextHeight = 13 object lblMsg: TTntLabel Left = 16 Top = 16 Width = 457 Height = 41 AutoSize = False Caption = 'A Download with this link already exists. What do you want to do' + '?' WordWrap = True end object btnResume: TTntButton Left = 72 Top = 80 Width = 89 Height = 25 Caption = 'Resume' ModalResult = 1 TabOrder = 0 OnClick = btnResumeClick end object btnRestart: TTntButton Left = 176 Top = 80 Width = 89 Height = 25 Caption = 'Restart' ModalResult = 1 TabOrder = 1 OnClick = btnRestartClick end object btnOpen: TTntButton Left = 280 Top = 80 Width = 89 Height = 25 Caption = 'Open' ModalResult = 1 TabOrder = 2 OnClick = btnOpenClick end object btnCancel: TTntButton Left = 384 Top = 80 Width = 89 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end