object AboutBox: TAboutBox Tag = 200 Left = 344 Top = 173 BorderStyle = bsDialog Caption = 'About' ClientHeight = 329 ClientWidth = 289 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 273 Height = 313 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 255 Height = 261 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object SendMail: TImage Tag = 202 Left = 15 Top = 254 Width = 18 Height = 9 Cursor = crHandPoint Hint = 'Don'#39't hesitate to send me a mail...' ParentShowHint = False ShowHint = True OnClick = SendMailClick end object LabelVersion: TLabel Left = 195 Top = 240 Width = 64 Height = 13 Alignment = taRightJustify Caption = 'version 2.0' Color = clWhite Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end object Homepage: TImage Left = 52 Top = 248 Width = 16 Height = 17 Cursor = crHandPoint Hint = 'Home page' ParentShowHint = False ShowHint = True OnClick = HomepageClick end end object OKButton: TButton Tag = 201 Left = 103 Top = 284 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end