home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / adownloader.exe / 0 / RCDATA / TFRMDOWNLOADEXISTS / TFRMDOWNLOADEXISTS.txt
Text File  |  2013-04-03  |  1KB  |  70 lines

  1. object frmDownloadExists: TfrmDownloadExists
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'Avant Downloader'
  6.   ClientHeight = 121
  7.   ClientWidth = 489
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnClose = TntFormClose
  16.   OnCreate = TntFormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblMsg: TTntLabel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 457
  23.     Height = 41
  24.     AutoSize = False
  25.     Caption = 
  26.       'A Download with this link already exists. What do you want to do' +
  27.       '?'
  28.     WordWrap = True
  29.   end
  30.   object btnResume: TTntButton
  31.     Left = 72
  32.     Top = 80
  33.     Width = 89
  34.     Height = 25
  35.     Caption = 'Resume'
  36.     ModalResult = 1
  37.     TabOrder = 0
  38.     OnClick = btnResumeClick
  39.   end
  40.   object btnRestart: TTntButton
  41.     Left = 176
  42.     Top = 80
  43.     Width = 89
  44.     Height = 25
  45.     Caption = 'Restart'
  46.     ModalResult = 1
  47.     TabOrder = 1
  48.     OnClick = btnRestartClick
  49.   end
  50.   object btnOpen: TTntButton
  51.     Left = 280
  52.     Top = 80
  53.     Width = 89
  54.     Height = 25
  55.     Caption = 'Open'
  56.     ModalResult = 1
  57.     TabOrder = 2
  58.     OnClick = btnOpenClick
  59.   end
  60.   object btnCancel: TTntButton
  61.     Left = 384
  62.     Top = 80
  63.     Width = 89
  64.     Height = 25
  65.     Caption = 'Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 3
  68.   end
  69. end
  70.