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

  1. object DelAccCfmForm: TDelAccCfmForm
  2.   Left = 262
  3.   Top = 210
  4.   ActiveControl = bNo
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Delete Mail Account'
  8.   ClientHeight = 216
  9.   ClientWidth = 354
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lCfm: TLabel
  21.     Left = 56
  22.     Top = 24
  23.     Width = 281
  24.     Height = 41
  25.     AutoSize = False
  26.     Caption = 'Do you really want to delete account'
  27.     WordWrap = True
  28.   end
  29.   object iStopBevel: TBevel
  30.     Left = 16
  31.     Top = 16
  32.     Width = 32
  33.     Height = 32
  34.     Visible = False
  35.   end
  36.   object bNo: TButton
  37.     Left = 256
  38.     Top = 168
  39.     Width = 75
  40.     Height = 25
  41.     Cancel = True
  42.     Caption = '&No'
  43.     Default = True
  44.     ModalResult = 7
  45.     TabOrder = 0
  46.   end
  47.   object bYes: TButton
  48.     Left = 168
  49.     Top = 168
  50.     Width = 75
  51.     Height = 25
  52.     Caption = '&Yes'
  53.     ModalResult = 6
  54.     TabOrder = 1
  55.   end
  56.   object rgAccountFiles: TRadioGroup
  57.     Left = 16
  58.     Top = 80
  59.     Width = 321
  60.     Height = 73
  61.     Caption = '&Account files'
  62.     ItemIndex = 0
  63.     Items.Strings = (
  64.       '&Leave account files on disk'
  65.       '&Delete account files')
  66.     TabOrder = 2
  67.   end
  68. end
  69.