object Form2: TForm2 Left = 534 Top = 111 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 = 'Options d'#39'installation de ' TabOrder = 0 object Label1: TLabel Left = 36 Top = 32 Width = 361 Height = 16 AutoSize = False Caption = 'Veuillez choisir le chemin o'#249' installer ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object CheminEdit: TEdit Left = 36 Top = 52 Width = 249 Height = 22 TabOrder = 0 end object ParcourirBtn: TButton Left = 292 Top = 52 Width = 65 Height = 21 Caption = '&Parcourir' TabOrder = 1 OnClick = ParcourirBtnClick end object DemarrageCheckBox: TCheckBox Left = 36 Top = 92 Width = 301 Height = 17 Caption = 'Ajouter un groupe de programme dans le menu d'#233'marrer' Checked = True State = cbChecked TabOrder = 2 end object BureauCheckBox: TCheckBox Left = 36 Top = 112 Width = 201 Height = 17 Caption = 'Ajouter un raccourci sur le bureau' TabOrder = 3 end end object SuivantBtn: TButton Left = 292 Top = 176 Width = 75 Height = 21 Caption = 'Suivant' Default = True 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 PrecedentBtn: TButton Left = 212 Top = 176 Width = 73 Height = 21 Caption = 'Pr'#233'c'#233'dent' TabOrder = 2 OnClick = PrecedentBtnClick end end