object GifForm: TGifForm Left = 279 Top = 220 BorderIcons = [] BorderStyle = bsNone ClientHeight = 115 ClientWidth = 640 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object imgTlo: TImage Left = 0 Top = 0 Width = 640 Height = 115 Align = alClient Picture.Data = {} end object pnlGIF: TPanel Left = 18 Top = 12 Width = 613 Height = 53 BevelOuter = bvNone TabOrder = 0 object GifBanner: TImage Left = -36 Top = -23 Width = 641 Height = 80 end end object MainTimer: TTimer Enabled = False Interval = 100 OnTimer = MainTimerTimer Left = 553 Top = 78 end end