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

  1. object LinkListForm: TLinkListForm
  2.   Left = 185
  3.   Top = 118
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Detaillinks'
  7.   ClientHeight = 323
  8.   ClientWidth = 594
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Scaled = False
  15.   TextHeight = 13
  16.   object Bevel2: TBevel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 561
  20.     Height = 249
  21.   end
  22.   object Label1: TLabel
  23.     Tag = 1000
  24.     Left = 32
  25.     Top = 32
  26.     Width = 161
  27.     Height = 25
  28.     AutoSize = False
  29.     Caption = 'Detaillinks:'
  30.   end
  31.   object ListBox1: TListBox
  32.     Left = 32
  33.     Top = 56
  34.     Width = 529
  35.     Height = 153
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.   end
  39.   object BitBtn3: TBitBtn
  40.     Tag = 1001
  41.     Left = 32
  42.     Top = 221
  43.     Width = 105
  44.     Height = 33
  45.     Caption = 'Properties'
  46.     TabOrder = 1
  47.     OnClick = BitBtn3Click
  48.   end
  49.   object BitBtn1: TBitBtn
  50.     Tag = 1002
  51.     Left = 144
  52.     Top = 221
  53.     Width = 105
  54.     Height = 33
  55.     Caption = 'Add...'
  56.     TabOrder = 2
  57.     OnClick = BitBtn1Click
  58.   end
  59.   object BitBtn2: TBitBtn
  60.     Tag = 1003
  61.     Left = 256
  62.     Top = 221
  63.     Width = 89
  64.     Height = 33
  65.     Caption = 'Delete'
  66.     TabOrder = 3
  67.     OnClick = BitBtn2Click
  68.   end
  69.   object OkButton: TBitBtn
  70.     Tag = 1004
  71.     Left = 252
  72.     Top = 279
  73.     Width = 89
  74.     Height = 33
  75.     TabOrder = 4
  76.     Kind = bkOK
  77.   end
  78. end
  79.