3 |
|
Top = 0 |
4 |
|
BorderStyle = bsSizeToolWin |
5 |
|
Caption = 'What links here?' |
6 |
< |
ClientHeight = 296 |
7 |
< |
ClientWidth = 421 |
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 |
18 |
|
OnShow = FormShow |
19 |
|
PixelsPerInch = 96 |
20 |
|
TextHeight = 13 |
21 |
< |
object label_what: TLabel |
22 |
< |
AlignWithMargins = True |
23 |
< |
Left = 3 |
24 |
< |
Top = 3 |
25 |
< |
Width = 415 |
26 |
< |
Height = 16 |
21 |
> |
object Splitter1: TSplitter |
22 |
> |
Left = 0 |
23 |
> |
Top = 100 |
24 |
> |
Width = 404 |
25 |
> |
Height = 8 |
26 |
> |
Cursor = crVSplit |
27 |
|
Align = alTop |
28 |
< |
AutoSize = False |
29 |
< |
Caption = 'What links to:' |
30 |
< |
Font.Charset = DEFAULT_CHARSET |
31 |
< |
Font.Color = clWindowText |
32 |
< |
Font.Height = -11 |
31 |
< |
Font.Name = 'Tahoma' |
32 |
< |
Font.Style = [fsBold] |
33 |
< |
ParentFont = False |
28 |
> |
AutoSnap = False |
29 |
> |
Beveled = True |
30 |
> |
MinSize = 100 |
31 |
> |
ExplicitTop = 171 |
32 |
> |
ExplicitWidth = 655 |
33 |
|
end |
34 |
< |
object list: TListBox |
35 |
< |
AlignWithMargins = True |
36 |
< |
Left = 3 |
37 |
< |
Top = 25 |
38 |
< |
Width = 415 |
39 |
< |
Height = 268 |
40 |
< |
Align = alClient |
42 |
< |
ItemHeight = 13 |
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 |
< |
OnDblClick = listDblClick |
43 |
< |
ExplicitLeft = 4 |
44 |
< |
ExplicitTop = 52 |
45 |
< |
ExplicitWidth = 414 |
46 |
< |
ExplicitHeight = 237 |
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 |
> |
ExplicitLeft = 38 |
73 |
> |
ExplicitTop = 65 |
74 |
> |
ExplicitWidth = 415 |
75 |
> |
ExplicitHeight = 84 |
76 |
> |
end |
77 |
> |
end |
78 |
> |
object Panel2: TPanel |
79 |
> |
Left = 0 |
80 |
> |
Top = 108 |
81 |
> |
Width = 404 |
82 |
> |
Height = 124 |
83 |
> |
Align = alClient |
84 |
> |
BevelOuter = bvNone |
85 |
> |
TabOrder = 1 |
86 |
> |
ExplicitLeft = 28 |
87 |
> |
ExplicitTop = 212 |
88 |
> |
ExplicitWidth = 337 |
89 |
> |
ExplicitHeight = 169 |
90 |
> |
object label_to: TLabel |
91 |
> |
AlignWithMargins = True |
92 |
> |
Left = 3 |
93 |
> |
Top = 3 |
94 |
> |
Width = 398 |
95 |
> |
Height = 16 |
96 |
> |
Align = alTop |
97 |
> |
AutoSize = False |
98 |
> |
Caption = 'File links to:' |
99 |
> |
Font.Charset = DEFAULT_CHARSET |
100 |
> |
Font.Color = clWindowText |
101 |
> |
Font.Height = -11 |
102 |
> |
Font.Name = 'Tahoma' |
103 |
> |
Font.Style = [fsBold] |
104 |
> |
ParentFont = False |
105 |
> |
ExplicitLeft = 6 |
106 |
> |
ExplicitWidth = 179 |
107 |
> |
end |
108 |
> |
object list_to: TListBox |
109 |
> |
AlignWithMargins = True |
110 |
> |
Left = 3 |
111 |
> |
Top = 25 |
112 |
> |
Width = 398 |
113 |
> |
Height = 96 |
114 |
> |
Align = alClient |
115 |
> |
ItemHeight = 13 |
116 |
> |
TabOrder = 0 |
117 |
> |
OnDblClick = list_fromDblClick |
118 |
> |
ExplicitLeft = -230 |
119 |
> |
ExplicitTop = -43 |
120 |
> |
ExplicitWidth = 415 |
121 |
> |
ExplicitHeight = 84 |
122 |
> |
end |
123 |
|
end |
124 |
|
end |