object fExtLinks: TfExtLinks Left = 195 Top = 108 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle ClientHeight = 286 ClientWidth = 447 Color = clBtnFace Constraints.MinHeight = 240 Constraints.MinWidth = 320 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object btAdd: TButton Left = 366 Top = 8 Width = 72 Height = 22 TabOrder = 0 OnClick = btAddClick end object btEdit: TButton Left = 366 Top = 36 Width = 72 Height = 22 Enabled = False TabOrder = 1 OnClick = btEditClick end object btDelete: TButton Left = 366 Top = 65 Width = 72 Height = 22 Enabled = False TabOrder = 2 OnClick = btDeleteClick end object btOk: TButton Left = 365 Top = 201 Width = 72 Height = 22 HelpContext = 49 Default = True TabOrder = 3 OnClick = btOkClick end object btCancel: TButton Left = 365 Top = 229 Width = 72 Height = 22 HelpContext = 44 Cancel = True ModalResult = 2 TabOrder = 4 end object BtnHelp: TButton Left = 365 Top = 257 Width = 72 Height = 22 TabOrder = 5 OnClick = BtnHelpClick end object ListView: TListView Left = 0 Top = 0 Width = 355 Height = 286 HelpContext = 4920 Align = alLeft Columns = < item Width = 350 end> ColumnClick = False GridLines = True MultiSelect = True ShowColumnHeaders = False TabOrder = 6 ViewStyle = vsReport OnChange = ListViewChange end end