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

  1. object ImportAddrForm: TImportAddrForm
  2.   Left = 200
  3.   Top = 112
  4.   HelpContext = 14058
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Import Address Book'
  8.   ClientHeight = 238
  9.   ClientWidth = 370
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bOK: TButton
  22.     Left = 104
  23.     Top = 208
  24.     Width = 75
  25.     Height = 25
  26.     Caption = '&OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 1
  30.     OnClick = bOKClick
  31.   end
  32.   object bCancel: TButton
  33.     Left = 192
  34.     Top = 208
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 2
  41.   end
  42.   object lItems: TFilterGrid
  43.     Left = 0
  44.     Top = 0
  45.     Width = 370
  46.     Height = 193
  47.     Align = alTop
  48.     Color = clBtnFace
  49.     ColCount = 3
  50.     DefaultRowHeight = 20
  51.     FixedCols = 0
  52.     Options = [goFixedVertLine, goFixedHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
  53.     TabOrder = 0
  54.     ColWidths = (
  55.       150
  56.       65
  57.       130)
  58.   end
  59.   object bHelp: TButton
  60.     Left = 280
  61.     Top = 208
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'Help'
  65.     TabOrder = 3
  66.     OnClick = bHelpClick
  67.   end
  68. end
  69.