object Form4: TForm4 Left = 559 Top = 421 BorderIcons = [biSystemMenu] BorderStyle = bsSingle ClientHeight = 210 ClientWidth = 458 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object GroupBox1: TGroupBox Left = 16 Top = 12 Width = 429 Height = 153 Caption = 'Installation' TabOrder = 0 object Status: TLabel Left = 24 Top = 32 Width = 381 Height = 57 AutoSize = False Caption = 'Initialisation de l'#39'installation...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object ProgressBar: TProgressBar Left = 24 Top = 104 Width = 381 Height = 17 Min = 0 Max = 100 TabOrder = 0 end end object PrecedentBtn: TButton Left = 212 Top = 176 Width = 73 Height = 21 Caption = 'Pr'#233'c'#233'dent' Enabled = False TabOrder = 2 end object SuivantBtn: TButton Left = 292 Top = 176 Width = 75 Height = 21 Caption = 'Terminer' Default = True Enabled = False TabOrder = 1 OnClick = SuivantBtnClick end object AnnulerBtn: TButton Left = 372 Top = 176 Width = 73 Height = 21 Cancel = True Caption = 'Annuler' TabOrder = 3 OnClick = AnnulerBtnClick end object Timer: TTimer Enabled = False Interval = 100 OnTimer = TimerTimer Left = 16 Top = 172 end end