object ShowFrm: TShowFrm Left = 200 Top = 99 BorderStyle = bsNone ClientHeight = 273 ClientWidth = 427 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] KeyPreview = True PixelsPerInch = 96 Scaled = False OnDeactivate = FormDeactivate OnKeyPress = FormKeyPress TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 427 Height = 273 Align = alClient BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 0 object Image: TImage Left = 0 Top = 0 Width = 425 Height = 271 Align = alClient Stretch = True OnClick = ImageClick end end end