home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TREGISTRYCHECKER
/
TREGISTRYCHECKER.txt
Wrap
Text File
|
2001-09-09
|
1KB
|
61 lines
object RegistryChecker: TRegistryChecker
Left = 200
Top = 108
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'The Bat!'
ClientHeight = 142
ClientWidth = 276
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
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