home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / lib.pak / DSADD.DFM / DSADD.txt
Encoding:
Text File  |  1995-08-24  |  1.1 KB  |  63 lines

  1. object AddFields: TAddFields
  2.   Left = 293
  3.   Top = 103
  4.   ActiveControl = FieldsList
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Fields'
  7.   ClientHeight = 224
  8.   ClientWidth = 231
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object OkBtn: TBitBtn
  18.     Left = 152
  19.     Top = 13
  20.     Width = 77
  21.     Height = 27
  22.     TabOrder = 1
  23.     Kind = bkOK
  24.     Margin = 4
  25.     Spacing = -1
  26.   end
  27.   object CancelBtn: TBitBtn
  28.     Left = 152
  29.     Top = 45
  30.     Width = 77
  31.     Height = 27
  32.     TabOrder = 2
  33.     Kind = bkCancel
  34.     Margin = 4
  35.     Spacing = -1
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 8
  39.     Top = 8
  40.     Width = 137
  41.     Height = 209
  42.     Caption = 'Available fields'
  43.     TabOrder = 0
  44.     object FieldsList: TListBox
  45.       Left = 8
  46.       Top = 16
  47.       Width = 121
  48.       Height = 185
  49.       ItemHeight = 13
  50.       MultiSelect = True
  51.       TabOrder = 0
  52.     end
  53.   end
  54.   object HelpBtn: TBitBtn
  55.     Left = 152
  56.     Top = 80
  57.     Width = 77
  58.     Height = 27
  59.     TabOrder = 3
  60.     Kind = bkHelp
  61.   end
  62. end
  63.