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

  1. object ABCheckupForm: TABCheckupForm
  2.   Left = 244
  3.   Top = 173
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Resolve e-mail'
  7.   ClientHeight = 267
  8.   ClientWidth = 493
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 24
  21.     Top = 208
  22.     Width = 441
  23.     Height = 9
  24.     Shape = bsBottomLine
  25.   end
  26.   object Label1: TLabel
  27.     Left = 16
  28.     Top = 16
  29.     Width = 377
  30.     Height = 33
  31.     AutoSize = False
  32.     Caption = 
  33.       'There were several address entries found. Please specify who was' +
  34.       ' meant exactly...'
  35.     WordWrap = True
  36.   end
  37.   object bEdit: TButton
  38.     Left = 400
  39.     Top = 72
  40.     Width = 89
  41.     Height = 25
  42.     Caption = '&Properties...'
  43.     TabOrder = 1
  44.     OnClick = bEditClick
  45.   end
  46.   object bMore: TButton
  47.     Left = 400
  48.     Top = 104
  49.     Width = 89
  50.     Height = 25
  51.     Caption = '&More...'
  52.     TabOrder = 2
  53.     OnClick = bMoreClick
  54.   end
  55.   object bNew: TButton
  56.     Left = 400
  57.     Top = 136
  58.     Width = 89
  59.     Height = 25
  60.     Caption = '&New...'
  61.     TabOrder = 3
  62.   end
  63.   object pnGrid: TPanel
  64.     Left = 16
  65.     Top = 56
  66.     Width = 377
  67.     Height = 145
  68.     BevelOuter = bvNone
  69.     TabOrder = 0
  70.     object hGrid: THeaderControl
  71.       Left = 0
  72.       Top = 0
  73.       Width = 377
  74.       Height = 17
  75.       Sections = <>
  76.     end
  77.     object gAddr: TAddressBookGrid
  78.       Left = 0
  79.       Top = 17
  80.       Width = 377
  81.       Height = 128
  82.       Align = alClient
  83.       DefaultRowHeight = 18
  84.       DefaultDrawing = False
  85.       FixedRows = 0
  86.       Options = [goThumbTracking]
  87.       TabOrder = 1
  88.       Header = hGrid
  89.       ReadOnly = True
  90.       RowHeights = (
  91.         18
  92.         18
  93.         18
  94.         18
  95.         18)
  96.     end
  97.   end
  98.   object bOk: TButton
  99.     Left = 142
  100.     Top = 232
  101.     Width = 89
  102.     Height = 25
  103.     Caption = '&OK'
  104.     Default = True
  105.     ModalResult = 1
  106.     TabOrder = 4
  107.     OnClick = bOkClick
  108.   end
  109.   object bCancel: TButton
  110.     Left = 262
  111.     Top = 232
  112.     Width = 89
  113.     Height = 25
  114.     Cancel = True
  115.     Caption = 'Cancel'
  116.     ModalResult = 2
  117.     TabOrder = 5
  118.   end
  119. end
  120.