object Ffichefou: TFfichefou
  Left = 246
  Top = 311
  Width = 503
  Height = 381
  Caption = 'Ffichefou'
  Color = clGradientInactiveCaption
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 103
    Height = 13
    Caption = 'Identifiant Fournisseur'
    FocusControl = DBEdit1
  end
  object Label2: TLabel
    Left = 8
    Top = 72
    Width = 36
    Height = 13
    Caption = 'Societe'
    FocusControl = DBEdit2
  end
  object Label3: TLabel
    Left = 8
    Top = 128
    Width = 20
    Height = 13
    Caption = 'Rue'
    FocusControl = DBEdit3
  end
  object Label4: TLabel
    Left = 392
    Top = 128
    Width = 37
    Height = 13
    Caption = 'Num'#233'ro'
    FocusControl = DBEdit4
  end
  object Label5: TLabel
    Left = 8
    Top = 176
    Width = 64
    Height = 13
    Caption = 'Representant'
    FocusControl = DBEdit5
  end
  object Label6: TLabel
    Left = 16
    Top = 232
    Width = 57
    Height = 13
    Caption = 'Code Postal'
    FocusControl = DBLookupComboBox1
  end
  object Label7: TLabel
    Left = 136
    Top = 232
    Width = 19
    Height = 13
    Caption = 'Ville'
    FocusControl = DBLookupComboBox2
  end
  object DBEdit1: TDBEdit
    Left = 8
    Top = 32
    Width = 134
    Height = 21
    DataField = 'FOUR_ID'
    DataSource = data.Dfournisseur
    TabOrder = 0
  end
  object DBEdit2: TDBEdit
    Left = 8
    Top = 88
    Width = 345
    Height = 21
    DataField = 'FOUR_SOC'
    DataSource = data.Dfournisseur
    TabOrder = 1
  end
  object DBEdit3: TDBEdit
    Left = 8
    Top = 144
    Width = 345
    Height = 21
    DataField = 'FOUR_RUE'
    DataSource = data.Dfournisseur
    TabOrder = 2
  end
  object DBEdit4: TDBEdit
    Left = 392
    Top = 144
    Width = 82
    Height = 21
    DataField = 'FOUR_NUM'
    DataSource = data.Dfournisseur
    TabOrder = 3
  end
  object DBEdit5: TDBEdit
    Left = 8
    Top = 200
    Width = 393
    Height = 21
    DataField = 'FOUR_PRE'
    DataSource = data.Dfournisseur
    TabOrder = 4
  end
  object btok: TButton
    Left = 24
    Top = 296
    Width = 105
    Height = 25
    Caption = '&Ok'
    TabOrder = 5
    OnClick = btokClick
  end
  object btannuler: TButton
    Left = 144
    Top = 296
    Width = 105
    Height = 25
    Caption = '&Annuler'
    TabOrder = 6
    OnClick = btannulerClick
  end
  object DBLookupComboBox1: TDBLookupComboBox
    Left = 16
    Top = 248
    Width = 79
    Height = 21
    DataField = 'FOU_C_CP'
    DataSource = data.Dfournisseur
    TabOrder = 7
  end
  object DBLookupComboBox2: TDBLookupComboBox
    Left = 104
    Top = 248
    Width = 368
    Height = 21
    DataField = 'FOU_CP_VILLE'
    DataSource = data.Dfournisseur
    TabOrder = 8
  end
end
