object AboutForm: TAboutForm Left = 360 Top = 160 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'About' ClientHeight = 311 ClientWidth = 224 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object AboutPix: TImage Left = 10 Top = 15 Width = 200 Height = 80 AutoSize = True Picture.Data = {} end object GroupBox1: TGroupBox Left = 8 Top = 104 Width = 209 Height = 201 TabOrder = 0 OnMouseMove = GroupBox1MouseMove object UrlLabel: TLabel Left = 21 Top = 178 Width = 160 Height = 13 Cursor = crHandPoint Caption = 'http://pages.infinit.net/fouz' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentColor = False ParentFont = False OnClick = UrlLabelClick OnMouseMove = UrlLabelMouseMove end object Label4: TLabel Left = 45 Top = 165 Width = 115 Height = 13 Caption = 'Visit the official web site:' Color = clWhite ParentColor = False OnMouseMove = Label4MouseMove end object CreditsBox: TGroupBox Left = 16 Top = 8 Width = 177 Height = 105 TabOrder = 0 OnMouseMove = CreditsBoxMouseMove object Label1: TLabel Left = 37 Top = 13 Width = 106 Height = 20 Caption = 'K-lights 2000' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False OnClick = Label1Click end object Label2: TLabel Left = 58 Top = 35 Width = 65 Height = 13 Caption = 'Version 1.0' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 48 Top = 56 Width = 79 Height = 13 Caption = 'By Olivier Lavoie' end object Label7: TLabel Left = 72 Top = 72 Width = 90 Height = 13 Cursor = crHandPoint Caption = 'woa@videotron.ca' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = Label7Click end object Label5: TLabel Left = 10 Top = 72 Width = 60 Height = 13 Caption = 'E-mail me at:' end object Label6: TLabel Left = 26 Top = 90 Width = 122 Height = 11 Caption = 'Copyright 1999 Writer On Acid' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'MS Serif' Font.Style = [] ParentFont = False end end object AuthorGroupBox: TGroupBox Left = 16 Top = 112 Width = 177 Height = 49 Caption = 'Map author' TabOrder = 1 object NameLabel: TLabel Left = 8 Top = 16 Width = 161 Height = 13 Alignment = taCenter AutoSize = False Caption = 'NameLabel' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object WebLabel: TLabel Left = 8 Top = 32 Width = 161 Height = 13 Cursor = crHandPoint Alignment = taCenter AutoSize = False Caption = 'WebLabel' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = WebLabelClick end end end end