object FullSlide: TFullSlide Left = 4 Top = 38 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsNone Caption = 'FullSlide' ClientHeight = 433 ClientWidth = 624 Color = clBlack Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 96 Position = poScreenCenter OnClick = ImageClick OnCreate = FormCreate TextHeight = 16 object MultiImage1: TPMultiImage Left = 8 Top = 10 Width = 609 Height = 396 Center = True Color = clBlack ImageName = 'file not found' ImageDither = True ImageReadRes = Color256 ImageWriteRes = Color256 JPegSaveQuality = 25 JPegSaveSmooth = 0 OnClick = ImageClick OnKeyDown = MultiImage1KeyDown Stretch = True TabOrder = 0 TabStop = False end end