object DescForm: TDescForm Left = 170 Top = 151 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Affichage de la description' ClientHeight = 493 ClientWidth = 826 Font.Color = clWindowText Font.Height = -16 Font.Name = 'System' Font.Style = [] PixelsPerInch = 120 TextHeight = 20 object Label1: TLabel Left = 10 Top = 10 Width = 124 Height = 25 Caption = 'Description: ' end object DescLabel: TLabel Left = 120 Top = 10 Width = 5 Height = 25 end object ListeDesc: TMemo Left = 10 Top = 40 Width = 807 Height = 381 Font.Color = clBlack Font.Height = -15 Font.Name = '8514oem' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object ContBtn: TButton Left = 10 Top = 430 Width = 151 Height = 51 Caption = 'Continuer' Default = True TabOrder = 1 OnClick = ContBtnClick end object Button1: TButton Left = 172 Top = 430 Width = 171 Height = 51 Caption = 'Fichier suivant' TabOrder = 2 OnClick = Button1Click end object SecSuivBtn: TButton Left = 362 Top = 430 Width = 171 Height = 51 Caption = 'Section suivante' TabOrder = 3 OnClick = SecSuivBtnClick end object MenuBtn: TButton Left = 552 Top = 430 Width = 131 Height = 51 Cancel = True Caption = 'Menu' TabOrder = 4 OnClick = MenuBtnClick end object QuitBtn: TButton Left = 694 Top = 430 Width = 111 Height = 51 Caption = 'Quitter' TabOrder = 5 OnClick = QuitBtnClick end end