home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TINSTALLFORM / TINSTALLFORM.txt
Text File  |  2001-09-09  |  3KB  |  139 lines

  1. object InstallForm: TInstallForm
  2.   Left = 160
  3.   Top = 85
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Directories Setup'
  7.   ClientHeight = 342
  8.   ClientWidth = 408
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 288
  22.     Width = 390
  23.     Height = 2
  24.     Shape = bsTopLine
  25.   end
  26.   object cbMakeDT: TCheckBox
  27.     Left = 16
  28.     Top = 148
  29.     Width = 385
  30.     Height = 17
  31.     Caption = 'Create shortcut on the Windows &Desktop'
  32.     TabOrder = 4
  33.   end
  34.   object cbMakeStart: TCheckBox
  35.     Left = 16
  36.     Top = 172
  37.     Width = 385
  38.     Height = 17
  39.     Caption = 'Create shortcut in &Start Menu'
  40.     TabOrder = 5
  41.     OnClick = cbMakeStartClick
  42.   end
  43.   object gStart: TGroupBox
  44.     Left = 8
  45.     Top = 80
  46.     Width = 393
  47.     Height = 57
  48.     Caption = 'Create Shortcut in Start Menu at'
  49.     TabOrder = 3
  50.     object eGroup: TEdit
  51.       Left = 8
  52.       Top = 24
  53.       Width = 237
  54.       Height = 21
  55.       TabStop = False
  56.       BorderStyle = bsNone
  57.       ParentColor = True
  58.       ReadOnly = True
  59.       TabOrder = 0
  60.     end
  61.     object bChangeStart: TButton
  62.       Left = 300
  63.       Top = 20
  64.       Width = 83
  65.       Height = 25
  66.       Caption = '&Change...'
  67.       TabOrder = 1
  68.       OnClick = bChangeStartClick
  69.     end
  70.   end
  71.   object bOK: TButton
  72.     Left = 160
  73.     Top = 304
  74.     Width = 89
  75.     Height = 25
  76.     Caption = '&Next >'
  77.     Default = True
  78.     ModalResult = 1
  79.     TabOrder = 0
  80.   end
  81.   object bCancel: TButton
  82.     Left = 264
  83.     Top = 304
  84.     Width = 89
  85.     Height = 25
  86.     Cancel = True
  87.     Caption = 'Cancel'
  88.     ModalResult = 2
  89.     TabOrder = 1
  90.   end
  91.   object GroupBox1: TGroupBox
  92.     Left = 8
  93.     Top = 16
  94.     Width = 393
  95.     Height = 57
  96.     Caption = '&Basic Mail Directory'
  97.     TabOrder = 2
  98.     object eWDir: TEdit
  99.       Left = 8
  100.       Top = 24
  101.       Width = 237
  102.       Height = 21
  103.       TabStop = False
  104.       BorderStyle = bsNone
  105.       ParentColor = True
  106.       ReadOnly = True
  107.       TabOrder = 0
  108.     end
  109.     object bChDir: TButton
  110.       Left = 300
  111.       Top = 20
  112.       Width = 83
  113.       Height = 25
  114.       Caption = '&Change...'
  115.       TabOrder = 1
  116.       OnClick = bChDirClick
  117.     end
  118.   end
  119.   object cbAddSendTo: TCheckBox
  120.     Left = 16
  121.     Top = 196
  122.     Width = 385
  123.     Height = 17
  124.     Caption = '&Add The Bat! to "Send To" menu'
  125.     State = cbChecked
  126.     TabOrder = 6
  127.   end
  128.   object bBack: TButton
  129.     Left = 64
  130.     Top = 304
  131.     Width = 89
  132.     Height = 25
  133.     HelpContext = 12006
  134.     Caption = '<   &Back'
  135.     Enabled = False
  136.     TabOrder = 7
  137.   end
  138. end
  139.