object AboutBox: TAboutBox Left = 615 Top = 109 BorderStyle = bsDialog Caption = 'A propos de...' ClientHeight = 213 ClientWidth = 298 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered Color = clGray TabOrder = 0 object ProductName: TLabel Left = 88 Top = 16 Width = 69 Height = 13 Caption = 'YeW Strip-mail' IsControl = True end object Version: TLabel Left = 208 Top = 16 Width = 62 Height = 13 Caption = 'Version 1.1.2' IsControl = True end object Copyright: TLabel Left = 88 Top = 48 Width = 150 Height = 13 Caption = 'Ce programme est libre de droits' IsControl = True end object Comments: TLabel Left = 8 Top = 72 Width = 265 Height = 52 Caption = 'Il permet de r�cup�rer tous les e-mails contenus dans un fichier' + ' texte (source) quelconque et de les r��crire dans un nouveau fi' + 'chier (sortie) en enlevant tous les caract�res inutiles' WordWrap = True IsControl = True end object Image1: TImage Left = 48 Top = 16 Width = 33 Height = 33 Picture.Data = {} end object Label1: TLabel Left = 88 Top = 32 Width = 50 Height = 13 Caption = 'Mars 2000' end object Edit1: TEdit Left = 8 Top = 128 Width = 265 Height = 21 Color = clSilver TabOrder = 0 Text = 'Viens voir mon site web au: http://xkernel.free.fr/' end end object OKButton: TButton Left = 111 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end end