object dlgNewBaseWarning: TdlgNewBaseWarning Left = 208 Top = 98 Width = 411 Height = 335 ActiveControl = WarnMemo Caption = 'Important! Please read' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object WarnMemo: TMemo Left = 8 Top = 8 Width = 385 Height = 217 Lines.Strings = ( 'This version of The Bat! introduces the new format of the messag' + 'e base, your old message bases will be automatically converted ' + 'to the new format.' '' 'It is recommended to create a backup copy of your mail directory' + ' so you can safely return to the previous version of the program' + '. Also, you can just leave old message base files intact by not ' + 'checking the checkbox below - in this case, you will have to rem' + 'ove the new version message base files (MESSAGES.TBB and MESSAGE' + 'S.TBI files located in each folder'#39#39's home directory) manually. ' + 'If you choose not to delete the old message base files, you wil' + 'l have to remove MESSAGES.MSG files located in each folder'#39's hom' + 'e directory manually.' '' 'WARNING! IMPORTANT! WARNING! IMPORTANT! WARNING! IMPORTANT!' '' 'THE NEW FORMAT OF THE MESSAGE BASE DOES NOT SUPPORT ANY ENCRYPTI' + 'ON YET. The old format of the message base used weak encryption ' + 'and we decided to leave it for special encryption utilities that' + ' would guarantee true safety of your data. ' '') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 WantReturns = False WordWrap = False end object cbDeleteOld: TCheckBox Left = 16 Top = 240 Width = 369 Height = 17 Caption = '&Delete old message base files' TabOrder = 1 end object bOK: TButton Left = 216 Top = 272 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 2 end object bCancel: TButton Left = 312 Top = 272 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end