object Form1: TForm1 Left = 355 Top = 178 BorderIcons = [] BorderStyle = bsNone ClientHeight = 480 ClientWidth = 640 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object ImageFull: TImage Left = 0 Top = 0 Width = 640 Height = 480 Align = alClient AutoSize = True Picture.Data = {} OnMouseMove = ImageFullMouseMove end object ImageLeft: TImage Left = 0 Top = 171 Width = 320 Height = 309 Picture.Data = {} Visible = False OnClick = ImageLeftClick end object ImageRight: TImage Left = 320 Top = 171 Width = 320 Height = 309 Picture.Data = {} Visible = False OnClick = ImageRightClick end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 2 Top = 2 end end