--- oup/current/Helper/WhatLinksHere.dfm 2007/02/21 03:12:33 109 +++ oup/current/Helper/WhatLinksHere.dfm 2007/06/18 14:22:53 222 @@ -3,9 +3,11 @@ object Form_WhatLinksHere: TForm_WhatLin Top = 0 BorderStyle = bsSizeToolWin Caption = 'What links here?' - ClientHeight = 296 - ClientWidth = 421 + ClientHeight = 232 + ClientWidth = 404 Color = clBtnFace + Constraints.MinHeight = 232 + Constraints.MinWidth = 275 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 @@ -16,35 +18,99 @@ object Form_WhatLinksHere: TForm_WhatLin OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 - object label_what: TLabel - AlignWithMargins = True - Left = 3 - Top = 3 - Width = 415 - Height = 16 + object Splitter1: TSplitter + Left = 0 + Top = 100 + Width = 404 + Height = 8 + Cursor = crVSplit 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 + AutoSnap = False + Beveled = True + MinSize = 100 + ExplicitTop = 171 + ExplicitWidth = 655 end - object list: TListBox - AlignWithMargins = True - Left = 3 - Top = 25 - Width = 415 - Height = 268 - Align = alClient - ItemHeight = 13 + object Panel1: TPanel + Left = 0 + Top = 0 + Width = 404 + Height = 100 + Align = alTop + BevelOuter = bvNone TabOrder = 0 - OnDblClick = listDblClick - ExplicitLeft = 4 - ExplicitTop = 52 - ExplicitWidth = 414 - ExplicitHeight = 237 + 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