home *** CD-ROM | disk | FTP | other *** search
- object AddFields: TAddFields
- Left = 293
- Top = 103
- ActiveControl = FieldsList
- BorderStyle = bsDialog
- Caption = 'Add Fields'
- ClientHeight = 224
- ClientWidth = 231
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object OkBtn: TBitBtn
- Left = 152
- Top = 13
- Width = 77
- Height = 27
- TabOrder = 1
- Kind = bkOK
- Margin = 4
- Spacing = -1
- end
- object CancelBtn: TBitBtn
- Left = 152
- Top = 45
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkCancel
- Margin = 4
- Spacing = -1
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 137
- Height = 209
- Caption = 'Available fields'
- TabOrder = 0
- object FieldsList: TListBox
- Left = 8
- Top = 16
- Width = 121
- Height = 185
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 0
- end
- end
- object HelpBtn: TBitBtn
- Left = 152
- Top = 80
- Width = 77
- Height = 27
- TabOrder = 3
- Kind = bkHelp
- end
- end
-