home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TDELACCCFMFORM / TDELACCCFMFORM.txt
Encoding:
Text File  |  2004-02-23  |  1.5 KB  |  82 lines

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