object ShowPic: TShowPic Left = 336 Top = 307 BorderIcons = [] BorderStyle = bsNone Caption = 'ShowPic' ClientHeight = 23 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 = 23 Align = alClient Center = True OnClick = ImageClick end object ProgressBar: TProgressBar Left = 1 Top = 1 Width = 290 Height = 20 Min = 0 Max = 100 TabOrder = 0 end end