home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TDLGNEWBASEWARNING / TDLGNEWBASEWARNING.txt
Text File  |  2001-09-09  |  2KB  |  80 lines

  1. object dlgNewBaseWarning: TdlgNewBaseWarning
  2.   Left = 208
  3.   Top = 98
  4.   Width = 411
  5.   Height = 335
  6.   ActiveControl = WarnMemo
  7.   Caption = 'Important! Please read'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object WarnMemo: TMemo
  17.     Left = 8
  18.     Top = 8
  19.     Width = 385
  20.     Height = 217
  21.     Lines.Strings = (
  22.       
  23.         'This version of The Bat! introduces the new format of the messag' +
  24.         'e base, your old message  bases will be automatically converted ' +
  25.         'to the new format.'
  26.       ''
  27.       
  28.         'It is recommended to create a backup copy of your mail directory' +
  29.         ' so you can safely return to the previous version of the program' +
  30.         '. Also, you can just leave old message base files intact by not ' +
  31.         'checking the checkbox below - in this case, you will have to rem' +
  32.         'ove the new version message base files (MESSAGES.TBB and MESSAGE' +
  33.         'S.TBI files located in each folder'#39#39's home directory) manually. ' +
  34.         'If you choose not to delete the old message base files,  you wil' +
  35.         'l have to remove MESSAGES.MSG files located in each folder'#39's hom' +
  36.         'e directory manually.'
  37.       ''
  38.       'WARNING! IMPORTANT! WARNING! IMPORTANT! WARNING! IMPORTANT!'
  39.       ''
  40.       
  41.         'THE NEW FORMAT OF THE MESSAGE BASE DOES NOT SUPPORT ANY ENCRYPTI' +
  42.         'ON YET. The old format of the message base used weak encryption ' +
  43.         'and we decided to leave it for special encryption utilities that' +
  44.         ' would guarantee true safety of your data. '
  45.       '')
  46.     ReadOnly = True
  47.     ScrollBars = ssVertical
  48.     TabOrder = 0
  49.     WantReturns = False
  50.     WordWrap = False
  51.   end
  52.   object cbDeleteOld: TCheckBox
  53.     Left = 16
  54.     Top = 240
  55.     Width = 369
  56.     Height = 17
  57.     Caption = '&Delete old message base files'
  58.     TabOrder = 1
  59.   end
  60.   object bOK: TButton
  61.     Left = 216
  62.     Top = 272
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'OK'
  66.     ModalResult = 1
  67.     TabOrder = 2
  68.   end
  69.   object bCancel: TButton
  70.     Left = 312
  71.     Top = 272
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 3
  78.   end
  79. end
  80.