object GIFViewForm: TGIFViewForm Left = 339 Top = 270 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow ClientHeight = 150 ClientWidth = 150 Color = clWhite Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] KeyPreview = True Position = poScreenCenter Scaled = False OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 14 object animgif: TGIFImage Left = 0 Top = 0 Width = 53 Height = 31 Animate = True AutoSize = True Center = False CurrentFrame = 0 Loop = False Stretch = False Tile = False Visible = True end end