home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Logique / Winbrique / Winbrique.exe / 0 / RCDATA / TFRMPACK / TFRMPACK.txt
Text File  |  2000-09-20  |  2KB  |  100 lines

  1. object FrmPack: TFrmPack
  2.   Left = 382
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'Plateaux suppl∩┐╜mentaires'
  6.   ClientHeight = 360
  7.   ClientWidth = 389
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo1: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 389
  22.     Height = 315
  23.     Align = alClient
  24.     Lines.Strings = (
  25.       
  26.         'Cet ∩┐╜cran permet de charger des plateaux suppl∩┐╜mentaires pour Wi' +
  27.         'nbrique.'
  28.       ''
  29.       'Ces plateaux se positionnent automatiquement dans un dossier'
  30.       'PackXX  ( XX correspond au n∩┐╜ de package re∩┐╜u).'
  31.       ''
  32.       'Pour l'#39'installation, suivez les op∩┐╜rations suivantes:'
  33.       ''
  34.       '1/ Cliquez sur le bouton "Charger un package"'
  35.       ''
  36.       '2/ Localisez le fichier que vous venez de recevoir "PackXX.PKG"'
  37.       '   '
  38.       ''
  39.       '3/ Cliquez "Ouvrir"'
  40.       ''
  41.       ''
  42.       'Important :'
  43.       ''
  44.       
  45.         'Le package que vous allez installer est personnel. C'#39'est la cont' +
  46.         'repartie'
  47.       'de votre soutien aux auteurs. Ne le diffuser pas.'
  48.       ''
  49.       'Merci.  '
  50.       ''
  51.       'Les auteurs.'
  52.       ' ')
  53.     TabOrder = 0
  54.   end
  55.   object Panel1: TPanel
  56.     Left = 0
  57.     Top = 315
  58.     Width = 389
  59.     Height = 45
  60.     Align = alBottom
  61.     Caption = 'Panel1'
  62.     TabOrder = 1
  63.     object BitBtn1: TBitBtn
  64.       Left = 120
  65.       Top = 12
  66.       Width = 115
  67.       Height = 25
  68.       Caption = 'Charger un package'
  69.       TabOrder = 0
  70.       OnClick = BitBtn1Click
  71.     end
  72.     object BitBtn2: TBitBtn
  73.       Left = 304
  74.       Top = 12
  75.       Width = 75
  76.       Height = 25
  77.       TabOrder = 1
  78.       Kind = bkClose
  79.     end
  80.   end
  81.   object OpenDialogPackage: TOpenDialog
  82.     Filter = 'Package Winbrique|*.pkg'
  83.     Title = 'Charger un package'
  84.     Left = 328
  85.     Top = 64
  86.   end
  87.   object BackupFile1: TBackupFile
  88.     Version = '5.10'
  89.     BackupMode = bmAll
  90.     CompressionLevel = clFastest
  91.     RestoreMode = rmAll
  92.     MaxSize = 0
  93.     SetArchiveFlag = False
  94.     RestoreFullPath = False
  95.     SaveFileID = False
  96.     Left = 56
  97.     Top = 286
  98.   end
  99. end
  100.