home *** CD-ROM | disk | FTP | other *** search
- object RegistryChecker: TRegistryChecker
- Left = 200
- Top = 108
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'The Bat!'
- ClientHeight = 142
- ClientWidth = 276
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 257
- Height = 57
- AutoSize = False
- Caption =
- 'The Bat! is not currently installed as the default e-mail client' +
- ' of your system. Do you want to use The Bat! for creating of new' +
- ' e-mail messages by default?'
- WordWrap = True
- end
- object cbCheck: TCheckBox
- Left = 16
- Top = 80
- Width = 241
- Height = 17
- Caption = 'Do not perform this check in future'
- TabOrder = 0
- end
- object bYes: TButton
- Left = 49
- Top = 112
- Width = 75
- Height = 25
- Caption = '&Yes'
- Default = True
- ModalResult = 6
- TabOrder = 1
- end
- object bNo: TButton
- Left = 153
- Top = 112
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&No'
- ModalResult = 2
- TabOrder = 2
- end
- end
-