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

  1. object AFfrmClient: TAFfrmClient
  2.   Tag = -1
  3.   Left = 0
  4.   Top = 0
  5.   BorderStyle = bsNone
  6.   ClientHeight = 610
  7.   ClientWidth = 635
  8.   Color = 15856113
  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 = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object tmrCheckMaster: TTimer
  20.     OnTimer = tmrCheckMasterTimer
  21.     Left = 8
  22.     Top = 8
  23.   end
  24.   object tmrUpdate: TTimer
  25.     Interval = 300
  26.     OnTimer = tmrUpdateTimer
  27.     Left = 40
  28.     Top = 8
  29.   end
  30.   object DropComboTarget: TDropComboTarget
  31.     Dragtypes = [dtCopy, dtMove, dtLink]
  32.     GetDataOnEnter = False
  33.     OnDrop = DropComboTargetDrop
  34.     ShowImage = True
  35.     AllowAsyncTransfer = False
  36.     Left = 8
  37.     Top = 40
  38.   end
  39.   object AppEvents: TApplicationEvents
  40.     OnMessage = AppEventsMessage
  41.     Left = 40
  42.     Top = 40
  43.   end
  44.   object tmrActivateMaster: TTimer
  45.     Enabled = False
  46.     Interval = 80
  47.     OnTimer = tmrActivateMasterTimer
  48.     Left = 72
  49.     Top = 8
  50.   end
  51.   object tmrZOrder: TTimer
  52.     Enabled = False
  53.     Interval = 260
  54.     OnTimer = tmrZOrderTimer
  55.     Left = 104
  56.     Top = 8
  57.   end
  58. end
  59.