object FFour: TFFour Left = 194 Top = 108 ActiveControl = Edit2 BorderStyle = bsDialog Caption = 'Fournisseurs' ClientHeight = 258 ClientWidth = 316 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnActivate = FormActivate OnKeyPress = FormKeyPress PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 8 Top = 16 Width = 121 Height = 17 AutoSize = False Caption = 'Code fournisseur' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Panel2: TPanel Left = 8 Top = 49 Width = 302 Height = 144 Caption = 'Panel2' TabOrder = 0 object Bevel1: TBevel Left = 1 Top = 1 Width = 300 Height = 32 Align = alTop end object Label2: TLabel Left = 11 Top = 10 Width = 278 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Coordonn�es du fournisseur' end object Edit2: TEdit Left = 3 Top = 35 Width = 294 Height = 24 TabOrder = 0 OnKeyPress = FormKeyPress end object Edit3: TEdit Left = 3 Top = 60 Width = 294 Height = 24 TabOrder = 1 OnKeyPress = FormKeyPress end object Edit4: TEdit Left = 3 Top = 86 Width = 294 Height = 24 TabOrder = 2 OnKeyPress = FormKeyPress end object Edit5: TEdit Left = 3 Top = 112 Width = 294 Height = 24 TabOrder = 3 OnKeyPress = FormKeyPress end end object Edit1: TEdit Left = 134 Top = 14 Width = 96 Height = 24 TabStop = False ReadOnly = True TabOrder = 1 end object Button1: TButton Left = 136 Top = 216 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 224 Top = 216 Width = 75 Height = 25 Caption = 'OK' TabOrder = 3 OnClick = Button2Click end end