home *** CD-ROM | disk | FTP | other *** search
/ Freelog 57 / Freelog057.iso / Bas / Systeme / Netone / netoneecole.exe / install.exe / 0 / RCDATA / TFDB / TFDB.txt
Text File  |  2002-11-01  |  2KB  |  68 lines

  1. object FDB: TFDB
  2.   Left = 136
  3.   Top = 175
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Information'
  7.   ClientHeight = 202
  8.   ClientWidth = 536
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 48
  21.     Top = 16
  22.     Width = 407
  23.     Height = 13
  24.     Caption = 
  25.       'NetOneEcole permet l'#39'importation des donn∩┐╜es ∩┐╜l∩┐╜ves ∩┐╜ partir d'#39'u' +
  26.       'ne base de donn∩┐╜es.'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 48
  30.     Top = 48
  31.     Width = 415
  32.     Height = 49
  33.     AutoSize = False
  34.     Caption = 
  35.       'Pour utiliser cette fonctionnalit∩┐╜, il faut avoir pr∩┐╜sent sur l'#39 +
  36.       'ordinateur les pilotes BDE. Vous pouvez les installer en appuyan' +
  37.       't sur le bouton "Installer BD".'
  38.     WordWrap = True
  39.   end
  40.   object Label3: TLabel
  41.     Left = 48
  42.     Top = 104
  43.     Width = 449
  44.     Height = 13
  45.     Caption = 
  46.       'Note: L'#39'installation des pilotes s'#39'effectue uniquement sur  l'#39'or' +
  47.       'dinateur d'#39'ou est lanc∩┐╜e l'#39'op∩┐╜ration.'
  48.   end
  49.   object Button1: TButton
  50.     Left = 32
  51.     Top = 160
  52.     Width = 97
  53.     Height = 25
  54.     Caption = 'Installer BD'
  55.     TabOrder = 0
  56.     OnClick = Button1Click
  57.   end
  58.   object Button2: TButton
  59.     Left = 208
  60.     Top = 160
  61.     Width = 105
  62.     Height = 33
  63.     Caption = 'Continuer'
  64.     TabOrder = 1
  65.     OnClick = Button2Click
  66.   end
  67. end
  68.