object Form2: TForm2 Left = 0 Top = 0 Caption = 'Settings' ClientHeight = 160 ClientWidth = 547 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI' Font.Style = [] DesignSize = ( 547 160) TextHeight = 15 object Label1: TLabel Left = 49 Top = 8 Width = 449 Height = 45 Caption = 'Screensaver Sample by Delphi' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -32 Font.Name = 'Segoe UI' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 464 Top = 127 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' TabOrder = 0 OnClick = Button1Click ExplicitTop = 205 end end