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
Text File  |  2001-09-09  |  1KB  |  61 lines

  1. object RegistryChecker: TRegistryChecker
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'The Bat!'
  7.   ClientHeight = 142
  8.   ClientWidth = 276
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 16
  23.     Width = 257
  24.     Height = 57
  25.     AutoSize = False
  26.     Caption = 
  27.       'The Bat! is not currently installed as the default e-mail client' +
  28.       ' of your system. Do you want to use The Bat! for creating of new' +
  29.       ' e-mail messages by default?'
  30.     WordWrap = True
  31.   end
  32.   object cbCheck: TCheckBox
  33.     Left = 16
  34.     Top = 80
  35.     Width = 241
  36.     Height = 17
  37.     Caption = 'Do not perform this check in future'
  38.     TabOrder = 0
  39.   end
  40.   object bYes: TButton
  41.     Left = 49
  42.     Top = 112
  43.     Width = 75
  44.     Height = 25
  45.     Caption = '&Yes'
  46.     Default = True
  47.     ModalResult = 6
  48.     TabOrder = 1
  49.   end
  50.   object bNo: TButton
  51.     Left = 153
  52.     Top = 112
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = '&No'
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.   end
  60. end
  61.