object AFfrmClient: TAFfrmClient Tag = -1 Left = 0 Top = 0 BorderStyle = bsNone ClientHeight = 610 ClientWidth = 635 Color = 15856113 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object tmrCheckMaster: TTimer OnTimer = tmrCheckMasterTimer Left = 8 Top = 8 end object tmrUpdate: TTimer Interval = 300 OnTimer = tmrUpdateTimer Left = 40 Top = 8 end object DropComboTarget: TDropComboTarget Dragtypes = [dtCopy, dtMove, dtLink] GetDataOnEnter = False OnDrop = DropComboTargetDrop ShowImage = True AllowAsyncTransfer = False Left = 8 Top = 40 end object AppEvents: TApplicationEvents OnMessage = AppEventsMessage Left = 40 Top = 40 end object tmrActivateMaster: TTimer Enabled = False Interval = 80 OnTimer = tmrActivateMasterTimer Left = 72 Top = 8 end object tmrZOrder: TTimer Enabled = False Interval = 260 OnTimer = tmrZOrderTimer Left = 104 Top = 8 end end