object DirForm: TDirForm Left = 298 Top = 196 BorderStyle = bsDialog Caption = 'Dossier' ClientHeight = 107 ClientWidth = 358 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object SBDir: TSpeedButton Left = 323 Top = 32 Width = 23 Height = 21 Flat = True OnClick = SBDirClick end object LblMsg: TLabel Left = 56 Top = 14 Width = 34 Height = 13 Caption = 'LblMsg' end object ResIcon: TImage Left = 12 Top = 12 Width = 32 Height = 32 end object EdiDir: TEdit Left = 56 Top = 32 Width = 265 Height = 21 AutoSelect = False ReadOnly = True TabOrder = 0 end object BOk: TButton Left = 188 Top = 69 Width = 75 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 end object BAnnuler: TButton Left = 270 Top = 69 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 2 end end