1 |
object Form_WhatLinksHere: TForm_WhatLinksHere |
2 |
Left = 0 |
3 |
Top = 0 |
4 |
BorderStyle = bsSizeToolWin |
5 |
Caption = 'What links here?' |
6 |
ClientHeight = 232 |
7 |
ClientWidth = 404 |
8 |
Color = clBtnFace |
9 |
Constraints.MinHeight = 232 |
10 |
Constraints.MinWidth = 275 |
11 |
Font.Charset = DEFAULT_CHARSET |
12 |
Font.Color = clWindowText |
13 |
Font.Height = -11 |
14 |
Font.Name = 'Tahoma' |
15 |
Font.Style = [] |
16 |
OldCreateOrder = False |
17 |
OnCloseQuery = FormCloseQuery |
18 |
OnShow = FormShow |
19 |
PixelsPerInch = 96 |
20 |
TextHeight = 13 |
21 |
object Splitter1: TSplitter |
22 |
Left = 0 |
23 |
Top = 100 |
24 |
Width = 404 |
25 |
Height = 8 |
26 |
Cursor = crVSplit |
27 |
Align = alTop |
28 |
AutoSnap = False |
29 |
Beveled = True |
30 |
MinSize = 100 |
31 |
ExplicitTop = 171 |
32 |
ExplicitWidth = 655 |
33 |
end |
34 |
object Panel1: TPanel |
35 |
Left = 0 |
36 |
Top = 0 |
37 |
Width = 404 |
38 |
Height = 100 |
39 |
Align = alTop |
40 |
BevelOuter = bvNone |
41 |
TabOrder = 0 |
42 |
ExplicitWidth = 267 |
43 |
object label_what: TLabel |
44 |
AlignWithMargins = True |
45 |
Left = 3 |
46 |
Top = 3 |
47 |
Width = 398 |
48 |
Height = 16 |
49 |
Align = alTop |
50 |
AutoSize = False |
51 |
Caption = 'What links to:' |
52 |
Font.Charset = DEFAULT_CHARSET |
53 |
Font.Color = clWindowText |
54 |
Font.Height = -11 |
55 |
Font.Name = 'Tahoma' |
56 |
Font.Style = [fsBold] |
57 |
ParentFont = False |
58 |
ExplicitLeft = 10 |
59 |
ExplicitTop = 11 |
60 |
ExplicitWidth = 415 |
61 |
end |
62 |
object list_from: TListBox |
63 |
AlignWithMargins = True |
64 |
Left = 3 |
65 |
Top = 25 |
66 |
Width = 398 |
67 |
Height = 72 |
68 |
Align = alClient |
69 |
ItemHeight = 13 |
70 |
TabOrder = 0 |
71 |
OnDblClick = list_fromDblClick |
72 |
end |
73 |
end |
74 |
object Panel2: TPanel |
75 |
Left = 0 |
76 |
Top = 108 |
77 |
Width = 404 |
78 |
Height = 124 |
79 |
Align = alClient |
80 |
BevelOuter = bvNone |
81 |
TabOrder = 1 |
82 |
ExplicitLeft = 28 |
83 |
ExplicitTop = 212 |
84 |
ExplicitWidth = 337 |
85 |
ExplicitHeight = 169 |
86 |
object label_to: TLabel |
87 |
AlignWithMargins = True |
88 |
Left = 3 |
89 |
Top = 3 |
90 |
Width = 398 |
91 |
Height = 16 |
92 |
Align = alTop |
93 |
AutoSize = False |
94 |
Caption = 'File links to:' |
95 |
Font.Charset = DEFAULT_CHARSET |
96 |
Font.Color = clWindowText |
97 |
Font.Height = -11 |
98 |
Font.Name = 'Tahoma' |
99 |
Font.Style = [fsBold] |
100 |
ParentFont = False |
101 |
ExplicitLeft = 6 |
102 |
ExplicitWidth = 179 |
103 |
end |
104 |
object list_to: TListBox |
105 |
AlignWithMargins = True |
106 |
Left = 3 |
107 |
Top = 25 |
108 |
Width = 398 |
109 |
Height = 96 |
110 |
Align = alClient |
111 |
ItemHeight = 13 |
112 |
TabOrder = 0 |
113 |
OnDblClick = list_fromDblClick |
114 |
end |
115 |
end |
116 |
end |