object Form_WhatLinksHere: TForm_WhatLinksHere Left = 0 Top = 0 BorderStyle = bsSizeToolWin Caption = 'What links here?' ClientHeight = 232 ClientWidth = 404 Color = clBtnFace Constraints.MinHeight = 232 Constraints.MinWidth = 275 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 Splitter1: TSplitter Left = 0 Top = 100 Width = 404 Height = 8 Cursor = crVSplit Align = alTop AutoSnap = False Beveled = True MinSize = 100 ExplicitTop = 171 ExplicitWidth = 655 end object Panel1: TPanel Left = 0 Top = 0 Width = 404 Height = 100 Align = alTop BevelOuter = bvNone TabOrder = 0 ExplicitWidth = 267 object label_what: TLabel AlignWithMargins = True Left = 3 Top = 3 Width = 398 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 ExplicitLeft = 10 ExplicitTop = 11 ExplicitWidth = 415 end object list_from: TListBox AlignWithMargins = True Left = 3 Top = 25 Width = 398 Height = 72 Align = alClient ItemHeight = 13 TabOrder = 0 OnDblClick = list_fromDblClick end end object Panel2: TPanel Left = 0 Top = 108 Width = 404 Height = 124 Align = alClient BevelOuter = bvNone TabOrder = 1 ExplicitLeft = 28 ExplicitTop = 212 ExplicitWidth = 337 ExplicitHeight = 169 object label_to: TLabel AlignWithMargins = True Left = 3 Top = 3 Width = 398 Height = 16 Align = alTop AutoSize = False Caption = 'File links to:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False ExplicitLeft = 6 ExplicitWidth = 179 end object list_to: TListBox AlignWithMargins = True Left = 3 Top = 25 Width = 398 Height = 96 Align = alClient ItemHeight = 13 TabOrder = 0 OnDblClick = list_fromDblClick end end end