object Form1: TForm1 Left = 0 Top = 0 BorderStyle = bsNone Caption = 'Form1' ClientHeight = 480 ClientWidth = 640 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI' Font.Style = [] FormStyle = fsStayOnTop OnClick = FormClick OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove TextHeight = 15 object Label1: TLabel Left = 32 Top = 32 Width = 330 Height = 45 Caption = 'Screensaver by Delphi' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -32 Font.Name = 'Segoe UI' Font.Style = [fsBold] ParentFont = False end object Timer1: TTimer OnTimer = Timer1Timer Left = 56 Top = 168 end end