object DelAccCfmForm: TDelAccCfmForm Left = 262 Top = 210 ActiveControl = bNo BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Delete Mail Account' ClientHeight = 216 ClientWidth = 354 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object lCfm: TLabel Left = 56 Top = 24 Width = 281 Height = 41 AutoSize = False Caption = 'Do you really want to delete account' WordWrap = True end object iStopBevel: TBevel Left = 16 Top = 16 Width = 32 Height = 32 Visible = False end object bNo: TButton Left = 256 Top = 168 Width = 75 Height = 25 Cancel = True Caption = '&No' Default = True ModalResult = 7 TabOrder = 0 end object bYes: TButton Left = 168 Top = 168 Width = 75 Height = 25 Caption = '&Yes' ModalResult = 6 TabOrder = 1 end object rgAccountFiles: TRadioGroup Left = 16 Top = 80 Width = 321 Height = 73 Caption = '&Account files' ItemIndex = 0 Items.Strings = ( '&Leave account files on disk' '&Delete account files') TabOrder = 2 end end