object LinkRedirect: TLinkRedirect Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'Link Redirection' ClientHeight = 226 ClientWidth = 323 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Bevel1: TBevel Left = 3 Top = 7 Width = 314 Height = 183 Shape = bsFrame end object InfoLabel: TLabel Left = 15 Top = 12 Width = 164 Height = 13 Caption = 'Redirect form %s'#39's links from %s to:' end object LinkNames: TListBox Left = 15 Top = 29 Width = 289 Height = 150 ItemHeight = 13 Sorted = True TabOrder = 0 end object OKBtn: TButton Left = 82 Top = 196 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 162 Top = 196 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = CancelBtnClick end object HelpBtn: TButton Left = 242 Top = 196 Width = 75 Height = 25 Caption = 'Help' TabOrder = 3 end end