home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / MultiCopy.FR / 0 / RCDATA / TWARNINGTEXTFORM / TWARNINGTEXTFORM.txt
Text File  |  2003-02-05  |  2KB  |  77 lines

  1. object WarningTextForm: TWarningTextForm
  2.   Left = 276
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'Avis l'#233'gal'
  6.   ClientHeight = 284
  7.   ClientWidth = 374
  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 btnOk: TButton
  19.     Left = 214
  20.     Top = 255
  21.     Width = 75
  22.     Height = 23
  23.     Caption = 'J'#39'accepte'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 2
  27.   end
  28.   object cbHide: TCheckBox
  29.     Left = 8
  30.     Top = 258
  31.     Width = 201
  32.     Height = 17
  33.     Caption = 'Ne pas r'#233'afficher ce message'
  34.     TabOrder = 1
  35.   end
  36.   object memText: TMemo
  37.     Left = 8
  38.     Top = 8
  39.     Width = 361
  40.     Height = 241
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -12
  44.     Font.Name = 'Courier New'
  45.     Font.Style = []
  46.     Lines.Strings = (
  47.       'VOUS POUVEZ VOUS SERVIR DE CE LOGICIEL POUR '
  48.       'COPIER DES MAT'#201'RIAUX DONT VOUS POSS'#201'DEZ LES '
  49.       'DROITS D'#39'AUTEUR OU BIEN POUR LESQUELS VOUS AVEZ '
  50.       'OBTENU UNE AUTORISATION DE REPRODUCTION DE LA '
  51.       'PART DU PROPRI'#201'TAIRE DES DROITS D'#39'AUTEUR. SI '
  52.       'VOUS N'#39#202'TES PAS EN POSSESSION DES DROITS '
  53.       'D'#39'AUTEUR SUR CES MAT'#201'RIAUX OU SI VOUS N'#39'AVEZ PAS '
  54.       'OBTENU D'#39'AUTORISATION DE REPRODUCTION DE LA PART '
  55.       'DU PROPRI'#201'TAIRE DES DROITS D'#39'AUTEUR, VOUS '
  56.       'RISQUEZ DE VOUS TROUVER EN SITUATION '
  57.       'D'#39'INFRACTION PAR RAPPORT AUX LOIS SUR LES DROITS '
  58.       'D'#39'AUTEUR ET DE FAIRE L'#39'OBJET DE R'#201'CLAMATIONS '
  59.       'CIVILES POUR DOMMAGES ET INT'#201'R'#202'TS ET/OU DE '
  60.       'SANCTIONS P'#201'NALES.')
  61.     ParentFont = False
  62.     ReadOnly = True
  63.     ScrollBars = ssVertical
  64.     TabOrder = 0
  65.   end
  66.   object btnCancel: TButton
  67.     Left = 294
  68.     Top = 255
  69.     Width = 75
  70.     Height = 23
  71.     Cancel = True
  72.     Caption = 'Quitter'
  73.     ModalResult = 2
  74.     TabOrder = 3
  75.   end
  76. end
  77.