object Form2: TForm2 Left = 192 Top = 133 BorderStyle = bsDialog Caption = 'About WiniGolf' ClientHeight = 256 ClientWidth = 256 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 256 Height = 256 Align = alClient AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 8 Top = 232 Width = 67 Height = 13 Cursor = crHandPoint Caption = 'www.a3x.com' Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False OnClick = Label1Click end object Button1: TButton Left = 90 Top = 224 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 0 OnClick = Button1Click end end