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

  1. object DelFolderConfirm: TDelFolderConfirm
  2.   Left = 256
  3.   Top = 180
  4.   ActiveControl = bNo
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Delete Mail Folder'
  8.   ClientHeight = 210
  9.   ClientWidth = 323
  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 Msg: TLabel
  21.     Left = 64
  22.     Top = 16
  23.     Width = 249
  24.     Height = 49
  25.     AutoSize = False
  26.     WordWrap = True
  27.   end
  28.   object iStopBevel: TBevel
  29.     Left = 16
  30.     Top = 16
  31.     Width = 32
  32.     Height = 32
  33.     Visible = False
  34.   end
  35.   object bNo: TButton
  36.     Left = 216
  37.     Top = 176
  38.     Width = 81
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = '&No'
  42.     Default = True
  43.     ModalResult = 7
  44.     TabOrder = 2
  45.   end
  46.   object bYes: TButton
  47.     Left = 128
  48.     Top = 176
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&Yes'
  52.     ModalResult = 6
  53.     TabOrder = 1
  54.   end
  55.   object rgDelMessages: TRadioGroup
  56.     Left = 16
  57.     Top = 80
  58.     Width = 297
  59.     Height = 81
  60.     Caption = '&Messages from deleted folder'
  61.     ItemIndex = 0
  62.     Items.Strings = (
  63.       'Move to &Trash'
  64.       '&Wipe '
  65.       '&Leave message base files intact')
  66.     TabOrder = 0
  67.   end
  68. end
  69.