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 / TDELFOLDERCONFIRM / TDELFOLDERCONFIRM.txt
Encoding:
Text File  |  2004-02-23  |  1.5 KB  |  82 lines

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