object FormAbout: TFormAbout Left = 347 Top = 225 BorderIcons = [] BorderStyle = bsNone Caption = 'About Tilerama ..' ClientHeight = 240 ClientWidth = 288 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDefault OnCloseQuery = FormCloseQuery OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ImageBack: TImage Left = 0 Top = 0 Width = 288 Height = 240 Cursor = 21 Align = alClient OnMouseDown = ImageBackMouseDown OnMouseMove = ImageBackMouseMove OnMouseUp = ImageBackMouseUp end object Panel: TPanel Left = 8 Top = 8 Width = 272 Height = 176 BevelOuter = bvLowered TabOrder = 0 object ASLink1: TASLink Left = 86 Top = 81 Width = 173 Height = 16 Cursor = crHandPoint Alignment = taRightJustify AutoSize = False Layout = tlCenter ShadowSize = 0 Transparent = True Caption = 'www.envy.nu/tilerama' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False LinkColor = clMaroon URLType = utHttp end object ASLink2: TASLink Left = 72 Top = 98 Width = 187 Height = 16 Cursor = crHandPoint Alignment = taRightJustify AutoSize = False Layout = tlCenter ShadowSize = 0 Transparent = True Caption = 'ortolanialejandro@hotmail.com' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False LinkColor = clMaroon end object Label6: TLabel Left = 13 Top = 81 Width = 97 Height = 16 AutoSize = False Caption = 'Game'#39's Web Site :' Transparent = True Layout = tlCenter WordWrap = True end object Label7: TLabel Left = 13 Top = 98 Width = 81 Height = 17 AutoSize = False Caption = 'Author'#39's E-Mail :' Transparent = True Layout = tlCenter WordWrap = True end object Image1: TImage Left = 9 Top = 9 Width = 60 Height = 61 AutoSize = True Picture.Data = {} Transparent = True end object Label1: TLabel Left = 73 Top = 6 Width = 193 Height = 39 Alignment = taCenter AutoSize = False Caption = 'TILERAMA' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -32 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False Transparent = True Layout = tlCenter WordWrap = True end object Label2: TLabel Left = 77 Top = 50 Width = 184 Height = 26 Alignment = taCenter AutoSize = False Caption = 'Idea and Code by A.M.Ortolani' Transparent = True Layout = tlCenter WordWrap = True end object Image3: TImage Left = 9 Top = 129 Width = 82 Height = 37 AutoSize = True Picture.Data = {} Stretch = True end object LabelVersion: TLabel Left = 77 Top = 37 Width = 184 Height = 26 Alignment = taCenter AutoSize = False Caption = 'Version 1.0 - November 2001' Transparent = True Layout = tlCenter WordWrap = True end object Label4: TLabel Left = 95 Top = 129 Width = 114 Height = 37 Alignment = taCenter AutoSize = False Caption = 'Tilerama is Freeware : distribute it freely.' Transparent = True Layout = tlCenter WordWrap = True end object ButtonPlay: TButton Left = 213 Top = 129 Width = 49 Height = 37 Cursor = crHandPoint Caption = '&OK' TabOrder = 0 OnClick = ButtonPlayClick OnKeyDown = FormKeyDown OnMouseDown = ButtonPlayMouseDown end end end