object ShowPic: TShowPic Left = 336 Top = 307 BorderIcons = [] BorderStyle = bsNone Caption = 'ShowPic' ClientHeight = 69 ClientWidth = 292 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCreate = FormCreate OnDeactivate = FormDeactivate OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object Image: TImage Left = 0 Top = 0 Width = 292 Height = 69 Align = alClient Center = True OnClick = ImageClick end object RxGif: TRxGIFAnimator Left = 0 Top = 0 Width = 10 Height = 10 Center = True OnClick = RxGifClick end object ProgressBar: TProgressBar Left = 1 Top = 1 Width = 290 Height = 20 Min = 0 Max = 100 TabOrder = 0 end object TimerGifGo: TTimer Interval = 20 OnTimer = TimerGifGoTimer Left = 260 Top = 36 end end