home *** CD-ROM | disk | FTP | other *** search
- object DelAccCfmForm: TDelAccCfmForm
- Left = 262
- Top = 210
- HelpContext = 14504
- ActiveControl = bNo
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Delete Mail Account'
- ClientHeight = 216
- ClientWidth = 354
- 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 lCfm: TLabel
- Left = 56
- Top = 24
- Width = 281
- Height = 41
- AutoSize = False
- Caption = 'Do you really want to delete account'
- WordWrap = True
- end
- object iStopBevel: TBevel
- Left = 16
- Top = 16
- Width = 32
- Height = 32
- Visible = False
- end
- object bNo: TButton
- Left = 168
- Top = 168
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&No'
- Default = True
- ModalResult = 7
- TabOrder = 0
- end
- object bYes: TButton
- Left = 80
- Top = 168
- Width = 75
- Height = 25
- Caption = '&Yes'
- ModalResult = 6
- TabOrder = 1
- end
- object rgAccountFiles: TRadioGroup
- Left = 16
- Top = 80
- Width = 321
- Height = 73
- Caption = '&Account files'
- ItemIndex = 0
- Items.Strings = (
- '&Leave account files on disk'
- '&Delete account files')
- TabOrder = 2
- end
- object Help: TButton
- Left = 256
- Top = 168
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 3
- OnClick = HelpClick
- end
- end
-