object Farticle: TFarticle
  Left = 263
  Top = 228
  Width = 696
  Height = 282
  BorderIcons = []
  Caption = 'Farticle'
  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 DBGrid1: TDBGrid
    Left = 16
    Top = 16
    Width = 505
    Height = 209
    DataSource = data.Darticle
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clTeal
    TitleFont.Height = -16
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = [fsBold]
    Columns = <
      item
        Expanded = False
        FieldName = 'ART_LIB'
        Visible = True
      end>
  end
  object Btnouveau: TButton
    Left = 544
    Top = 16
    Width = 89
    Height = 25
    Caption = 'Nouveau'
    TabOrder = 1
    OnClick = BtnouveauClick
  end
  object Btmodifier: TButton
    Left = 544
    Top = 48
    Width = 89
    Height = 25
    Caption = 'Modifier'
    TabOrder = 2
    OnClick = BtmodifierClick
  end
  object btsupprimer: TButton
    Left = 544
    Top = 80
    Width = 89
    Height = 25
    Caption = 'Supprimer'
    TabOrder = 3
    OnClick = btsupprimerClick
  end
  object btok: TButton
    Left = 544
    Top = 112
    Width = 89
    Height = 25
    Caption = 'Ok'
    TabOrder = 4
    OnClick = btokClick
  end
end
