home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / ybrowser.exe / 0 / RCDATA / TAFFRMDOWNLOADING / TAFFRMDOWNLOADING.txt
Text File  |  2013-04-03  |  905b  |  46 lines

  1. object AFfrmDownloading: TAFfrmDownloading
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'Preparing to Download...'
  6.   ClientHeight = 116
  7.   ClientWidth = 364
  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 = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pnlInfo: TTntPanel
  20.     Left = 0
  21.     Top = 24
  22.     Width = 364
  23.     Height = 17
  24.     BevelOuter = bvNone
  25.     Caption = 'Waiting for %s...'
  26.     TabOrder = 0
  27.   end
  28.   object btnCancel: TTntButton
  29.     Left = 143
  30.     Top = 72
  31.     Width = 76
  32.     Height = 25
  33.     Caption = 'Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.     OnClick = btnCancelClick
  37.   end
  38.   object tmrCancel: TTimer
  39.     Enabled = False
  40.     Interval = 2000
  41.     OnTimer = tmrCancelTimer
  42.     Left = 8
  43.     Top = 80
  44.   end
  45. end
  46.