object Form_WhatLinksHere: TForm_WhatLinksHere Left = 0 Top = 0 BorderStyle = bsSizeToolWin Caption = 'What links here?' ClientHeight = 296 ClientWidth = 421 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object label_what: TLabel AlignWithMargins = True Left = 3 Top = 3 Width = 415 Height = 16 Align = alTop AutoSize = False Caption = 'What links to:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object list: TListBox AlignWithMargins = True Left = 3 Top = 25 Width = 415 Height = 268 Align = alClient ItemHeight = 13 TabOrder = 0 OnDblClick = listDblClick ExplicitLeft = 4 ExplicitTop = 52 ExplicitWidth = 414 ExplicitHeight = 237 end end