object AboutBox: TAboutBox Left = 243 Top = 108 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'A propos' ClientHeight = 239 ClientWidth = 367 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 10 Top = 10 Width = 346 Height = 175 BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 10 Top = 10 Width = 80 Height = 70 Center = True Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 108 Top = 12 Width = 205 Height = 25 AutoSize = False Caption = 'Ams Commande' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -20 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 108 Top = 41 Width = 101 Height = 16 AutoSize = False Caption = 'Version 2.0' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 10 Top = 98 Width = 319 Height = 23 AutoSize = False Caption = '(C) 1999-2001 Alternative Micro Syst�me' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Comments: TLabel Left = 10 Top = 128 Width = 231 Height = 41 AutoSize = False Caption = 'Gestion des commandes. Version shareware' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True IsControl = True end object Label1: TLabel Left = 108 Top = 63 Width = 195 Height = 16 Caption = 'Auteur : Pierre GRANDOLINI' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end object OKButton: TButton Left = 148 Top = 195 Width = 80 Height = 33 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick IsControl = True end end