object Form2: TForm2 Left = 200 Top = 108 BorderIcons = [] BorderStyle = bsSingle Caption = 'CONTRIBUTORS / BETA-TESTERS' ClientHeight = 157 ClientWidth = 427 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 3 Top = 3 Width = 421 Height = 55 Caption = ' Contributors ' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False TabOrder = 0 object Label1: TLabel Left = 15 Top = 24 Width = 126 Height = 15 Caption = 'Contributors? What? : )' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsItalic] ParentFont = False end end object GroupBox2: TGroupBox Left = 3 Top = 66 Width = 421 Height = 52 Caption = ' Beta-Testers ' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False TabOrder = 1 object Label2: TLabel Left = 9 Top = 21 Width = 76 Height = 15 Caption = '- FABIO RANI' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsItalic] ParentFont = False end end object OKButt: TButton Left = 3 Top = 129 Width = 421 Height = 25 Caption = 'OK' TabOrder = 2 OnClick = OKButtClick end end