object AboutBox: TAboutBox Left = 180 Top = 176 BorderStyle = bsDialog Caption = 'A propos' ClientHeight = 265 ClientWidth = 373 Font.Color = clWindowText Font.Height = -16 Font.Name = 'System' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter TextHeight = 20 object Panel1: TPanel Left = 10 Top = 10 Width = 351 Height = 183 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 30 Top = 30 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 109 Top = 10 Width = 137 Height = 16 Caption = 'Vague apr�s vague' Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 110 Top = 30 Width = 78 Height = 16 Caption = 'Version 1.0' Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 110 Top = 50 Width = 103 Height = 16 Caption = 'Copyright 1995' Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Comments: TLabel Left = 10 Top = 90 Width = 331 Height = 48 Caption = 'C'#39'est mon premier programme cr�e avec Borland Delphi et il est e' + 'nti�rement inspir� d'#39'un programme qui �tait partiellement bogu� ' + '!' Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True IsControl = True end object Label1: TLabel Left = 10 Top = 150 Width = 304 Height = 20 Caption = 'Greetings go to Taf, Nanouk, Pat, WRB' end end object OKBouton: TButton Left = 130 Top = 208 Width = 121 Height = 41 Caption = 'OK' Default = True TabOrder = 1 OnClick = OKBoutonClick end end