object Form3: TForm3 Left = 200 Top = 108 Cursor = crSizeAll VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsNone Caption = 'Video' ClientHeight = 480 ClientWidth = 640 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = True Position = poDefault Scaled = False OnKeyDown = FormKeyDown OnMouseDown = FormMouseDown PixelsPerInch = 96 TextHeight = 13 end