home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TIMPORTADDRFORM / TIMPORTADDRFORM.txt
Encoding:
Text File  |  2004-02-23  |  1.4 KB  |  72 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.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnKeyDown = FormKeyDown
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object bOK: TButton
  25.     Left = 104
  26.     Top = 208
  27.     Width = 75
  28.     Height = 25
  29.     Caption = '&OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 1
  33.     OnClick = bOKClick
  34.   end
  35.   object bCancel: TButton
  36.     Left = 192
  37.     Top = 208
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 2
  44.   end
  45.   object lItems: TFilterGrid
  46.     Left = 0
  47.     Top = 0
  48.     Width = 370
  49.     Height = 193
  50.     Align = alTop
  51.     Color = clBtnFace
  52.     ColCount = 3
  53.     DefaultRowHeight = 20
  54.     FixedCols = 0
  55.     Options = [goFixedVertLine, goFixedHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
  56.     TabOrder = 0
  57.     ColWidths = (
  58.       150
  59.       65
  60.       130)
  61.   end
  62.   object bHelp: TButton
  63.     Left = 280
  64.     Top = 208
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'Help'
  68.     TabOrder = 3
  69.     OnClick = bHelpClick
  70.   end
  71. end
  72.