home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / CustomLists.dll / 0 / RCDATA / TFIELDPROPERTYFORM / TFIELDPROPERTYFORM.txt
Text File  |  1998-02-24  |  1KB  |  65 lines

  1. object FieldPropertyForm: TFieldPropertyForm
  2.   Left = 274
  3.   Top = 270
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'FieldPropertyForm'
  7.   ClientHeight = 260
  8.   ClientWidth = 327
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   TextHeight = 13
  17.   object ListBox1: TListBox
  18.     Left = 16
  19.     Top = 16
  20.     Width = 193
  21.     Height = 225
  22.     ItemHeight = 13
  23.     TabOrder = 0
  24.   end
  25.   object AddButton: TBitBtn
  26.     Tag = 1000
  27.     Left = 224
  28.     Top = 64
  29.     Width = 89
  30.     Height = 33
  31.     Caption = 'Add'
  32.     TabOrder = 1
  33.     OnClick = AddButtonClick
  34.   end
  35.   object DeleteButton: TBitBtn
  36.     Tag = 1001
  37.     Left = 224
  38.     Top = 112
  39.     Width = 89
  40.     Height = 33
  41.     Caption = 'Delete'
  42.     TabOrder = 2
  43.     OnClick = DeleteButtonClick
  44.   end
  45.   object BitBtn3: TBitBtn
  46.     Tag = 1002
  47.     Left = 224
  48.     Top = 16
  49.     Width = 89
  50.     Height = 33
  51.     Caption = 'Edit'
  52.     TabOrder = 3
  53.     OnClick = BitBtn3Click
  54.   end
  55.   object BitBtn4: TBitBtn
  56.     Tag = 1003
  57.     Left = 224
  58.     Top = 208
  59.     Width = 89
  60.     Height = 33
  61.     TabOrder = 4
  62.     Kind = bkOK
  63.   end
  64. end
  65.