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
Wrap
Text File
|
2001-09-09
|
1KB
|
69 lines
object DelFolderConfirm: TDelFolderConfirm
Left = 256
Top = 180
ActiveControl = bNo
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Delete Mail Folder'
ClientHeight = 210
ClientWidth = 323
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
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 = 216
Top = 176
Width = 81
Height = 25
Cancel = True
Caption = '&No'
Default = True
ModalResult = 7
TabOrder = 2
end
object bYes: TButton
Left = 128
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
end