home *** CD-ROM | disk | FTP | other *** search
- object DelFolderConfirm: TDelFolderConfirm
- Left = 256
- Top = 180
- HelpContext = 14505
- ActiveControl = bNo
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Delete Mail Folder'
- ClientHeight = 210
- ClientWidth = 323
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnPaint = FormPaint
- PixelsPerInch = 96
- TextHeight = 13
- object Msg: TLabel
- Left = 64
- Top = 16
- Width = 249
- Height = 49
- AutoSize = False
- WordWrap = True
- end
- object iStopBevel: TBevel
- Left = 16
- Top = 16
- Width = 32
- Height = 32
- Visible = False
- end
- object bNo: TButton
- Left = 128
- Top = 176
- Width = 81
- Height = 25
- Cancel = True
- Caption = '&No'
- Default = True
- ModalResult = 7
- TabOrder = 2
- end
- object bYes: TButton
- Left = 40
- Top = 176
- Width = 75
- Height = 25
- Caption = '&Yes'
- ModalResult = 6
- TabOrder = 1
- end
- object rgDelMessages: TRadioGroup
- Left = 16
- Top = 80
- Width = 297
- Height = 81
- Caption = '&Messages from deleted folder'
- ItemIndex = 0
- Items.Strings = (
- 'Move to &Trash'
- '&Wipe '
- '&Leave message base files intact')
- TabOrder = 0
- end
- object Help: TButton
- Left = 224
- Top = 176
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 3
- OnClick = HelpClick
- end
- end
-