object Ffichebusdetail: TFfichebusdetail
  Left = 318
  Top = 225
  Width = 652
  Height = 251
  BorderIcons = []
  Caption = 'Fiche Bus detail'
  Color = clGradientInactiveCaption
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 67
    Height = 13
    Caption = 'Identifiant Bus'
    FocusControl = DBEdit1
  end
  object Label2: TLabel
    Left = 16
    Top = 40
    Width = 88
    Height = 13
    Caption = 'Num'#233'ro de Plaque'
    FocusControl = DBEdit2
  end
  object Label3: TLabel
    Left = 16
    Top = 72
    Width = 117
    Height = 13
    Caption = 'Date de Mise en Service'
    FocusControl = DBEdit3
  end
  object Label4: TLabel
    Left = 24
    Top = 104
    Width = 91
    Height = 13
    Caption = 'Num'#233'ro de Chassis'
    FocusControl = DBEdit4
  end
  object Label5: TLabel
    Left = 312
    Top = 8
    Width = 107
    Height = 13
    Caption = 'Num'#233'ro d'#39'identification'
    FocusControl = DBEdit5
  end
  object Label8: TLabel
    Left = 328
    Top = 48
    Width = 35
    Height = 13
    Caption = 'Mod'#232'le'
    FocusControl = DBLookupComboBox1
  end
  object Label9: TLabel
    Left = 320
    Top = 80
    Width = 53
    Height = 13
    Caption = 'Propri'#233'taire'
    FocusControl = DBLookupComboBox2
  end
  object DBEdit1: TDBEdit
    Left = 88
    Top = 8
    Width = 134
    Height = 21
    DataField = 'BUS_ID'
    DataSource = data.Dbus
    TabOrder = 0
  end
  object DBEdit2: TDBEdit
    Left = 112
    Top = 40
    Width = 134
    Height = 21
    DataField = 'BUS_NUMPL'
    DataSource = data.Dbus
    TabOrder = 1
  end
  object DBEdit3: TDBEdit
    Left = 144
    Top = 72
    Width = 134
    Height = 21
    DataField = 'BUS_DTMES'
    DataSource = data.Dbus
    TabOrder = 2
  end
  object DBEdit4: TDBEdit
    Left = 120
    Top = 104
    Width = 199
    Height = 21
    DataField = 'BUS_NUMCHA'
    DataSource = data.Dbus
    TabOrder = 3
  end
  object DBEdit5: TDBEdit
    Left = 432
    Top = 8
    Width = 199
    Height = 21
    DataField = 'BUS_NUMID'
    DataSource = data.Dbus
    TabOrder = 4
  end
  object DBLookupComboBox1: TDBLookupComboBox
    Left = 384
    Top = 40
    Width = 184
    Height = 21
    DataField = 'Bus_tybu_mod'
    DataSource = data.Dbus
    TabOrder = 5
  end
  object DBLookupComboBox2: TDBLookupComboBox
    Left = 392
    Top = 80
    Width = 192
    Height = 21
    DataField = 'bus_pro_nom'
    DataSource = data.Dbus
    TabOrder = 6
  end
  object Panel1: TPanel
    Left = 104
    Top = 144
    Width = 225
    Height = 57
    Caption = 'Panel1'
    Color = clSkyBlue
    TabOrder = 7
    object btnok: TButton
      Left = 14
      Top = 16
      Width = 75
      Height = 25
      Caption = '&Ok'
      TabOrder = 0
      OnClick = btnokClick
    end
    object btannuler: TButton
      Left = 128
      Top = 16
      Width = 57
      Height = 25
      Caption = '&Annuler'
      TabOrder = 1
      OnClick = btannulerClick
    end
  end
end
