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

  1. object BookSelector: TBookSelector
  2.   Left = 232
  3.   Top = 124
  4.   ActiveControl = lItems
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select the Address Books you want to work with'
  8.   ClientHeight = 227
  9.   ClientWidth = 446
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lbABooks: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 73
  22.     Height = 13
  23.     Caption = '&Address books:'
  24.   end
  25.   object lItems: TCheckListbox
  26.     Left = 8
  27.     Top = 32
  28.     Width = 321
  29.     Height = 185
  30.     ItemHeight = 13
  31.     Style = lbOwnerDrawFixed
  32.     TabOrder = 0
  33.   end
  34.   object bOK: TButton
  35.     Left = 336
  36.     Top = 32
  37.     Width = 97
  38.     Height = 25
  39.     Caption = '&OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.   end
  44.   object bCancel: TButton
  45.     Left = 336
  46.     Top = 72
  47.     Width = 97
  48.     Height = 25
  49.     Cancel = True
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54. end
  55.