object Form1: TForm1 Left = -4 Top = -4 BorderStyle = bsNone Caption = 'Form1' ClientHeight = 721 ClientWidth = 1024 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop WindowState = wsMaximized OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown OnMouseDown = FormMouseDown OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 end