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.exe / 0 / RCDATA / TWARNINGTEXTFORM / TWARNINGTEXTFORM.txt
Encoding:
Text File  |  2003-02-06  |  1.6 KB  |  71 lines

  1. object WarningTextForm: TWarningTextForm
  2.   Left = 276
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'Legal Warning'
  6.   ClientHeight = 236
  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 = 207
  21.     Width = 75
  22.     Height = 23
  23.     Caption = 'I Agree'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 2
  27.   end
  28.   object cbHide: TCheckBox
  29.     Left = 8
  30.     Top = 210
  31.     Width = 201
  32.     Height = 17
  33.     Caption = 'Don'#8217't show this message again'
  34.     TabOrder = 1
  35.   end
  36.   object memText: TMemo
  37.     Left = 8
  38.     Top = 8
  39.     Width = 361
  40.     Height = 193
  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.       'YOU MAY USE THIS SOFTWARE TO ASSIST YOU IN '
  48.       'COPYING MATERIAL IN WHICH YOU OWN THE COPYRIGHT '
  49.       'OR HAVE OBTAINED PERMISSION TO COPY FROM THE '
  50.       'COPYRIGHT OWNER. IF YOU DO NOT OWN THE COPYRIGHT '
  51.       'OR YOU HAVE NOT OBTAINED PERMISSION TO COPY FROM '
  52.       'THE COPYRIGHT OWNER, YOU MAY BE VIOLATING '
  53.       'COPYRIGHT LAW AND YOU MAY BE SUBJECT TO CLAIMS '
  54.       'FOR DAMAGES AND/OR CRIMINAL PENALTIES.')
  55.     ParentFont = False
  56.     ReadOnly = True
  57.     ScrollBars = ssVertical
  58.     TabOrder = 0
  59.   end
  60.   object btnCancel: TButton
  61.     Left = 294
  62.     Top = 207
  63.     Width = 75
  64.     Height = 23
  65.     Cancel = True
  66.     Caption = 'Exit'
  67.     ModalResult = 2
  68.     TabOrder = 3
  69.   end
  70. end
  71.