object FindDialog: TFindDialog Left = 200 Top = 108 ActiveControl = Edit1 BorderStyle = bsDialog Caption = 'Rechercher' ClientHeight = 120 ClientWidth = 350 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 12 Top = 8 Width = 54 Height = 16 Caption = 'Chercher' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Edit1: TEdit Left = 16 Top = 37 Width = 321 Height = 24 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 Text = 'F' OnKeyPress = Edit1KeyPress end object Button1: TButton Left = 258 Top = 80 Width = 75 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 170 Top = 80 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 2 OnClick = Button2Click end end