1object FPDocLinkEditorDlg: TFPDocLinkEditorDlg
2  Left = 362
3  Height = 282
4  Top = 304
5  Width = 408
6  ActiveControl = TitleEdit
7  Caption = 'FPDocLinkEditorDlg'
8  ClientHeight = 282
9  ClientWidth = 408
10  OnCreate = FormCreate
11  OnDestroy = FormDestroy
12  LCLVersion = '1.5'
13  object LinkLabel: TLabel
14    AnchorSideLeft.Control = Owner
15    AnchorSideTop.Control = TitleEdit
16    AnchorSideTop.Side = asrBottom
17    AnchorSideRight.Control = Owner
18    AnchorSideRight.Side = asrBottom
19    Left = 6
20    Height = 15
21    Top = 64
22    Width = 396
23    Anchors = [akTop, akLeft, akRight]
24    BorderSpacing.Top = 6
25    BorderSpacing.Around = 6
26    Caption = 'LinkLabel'
27    ParentColor = False
28    WordWrap = True
29  end
30  object TitleLabel: TLabel
31    AnchorSideLeft.Control = Owner
32    AnchorSideTop.Control = Owner
33    AnchorSideRight.Control = Owner
34    AnchorSideRight.Side = asrBottom
35    Left = 6
36    Height = 15
37    Top = 6
38    Width = 396
39    Anchors = [akTop, akLeft, akRight]
40    BorderSpacing.Around = 6
41    Caption = 'TitleLabel'
42    ParentColor = False
43    WordWrap = True
44  end
45  object CompletionBox: TPaintBox
46    AnchorSideTop.Control = LinkEdit
47    AnchorSideTop.Side = asrBottom
48    Left = 6
49    Height = 124
50    Top = 110
51    Width = 396
52    Align = alBottom
53    Anchors = [akTop, akLeft, akRight, akBottom]
54    BorderSpacing.Left = 6
55    BorderSpacing.Right = 6
56    BorderSpacing.Bottom = 6
57    OnMouseDown = CompletionBoxMouseDown
58    OnPaint = CompletionBoxPaint
59  end
60  object ButtonPanel1: TButtonPanel
61    Left = 6
62    Height = 36
63    Top = 240
64    Width = 396
65    OKButton.Name = 'OKButton'
66    OKButton.DefaultCaption = True
67    HelpButton.Name = 'HelpButton'
68    HelpButton.DefaultCaption = True
69    CloseButton.Name = 'CloseButton'
70    CloseButton.DefaultCaption = True
71    CancelButton.Name = 'CancelButton'
72    CancelButton.DefaultCaption = True
73    TabOrder = 0
74    ShowButtons = [pbOK, pbCancel]
75  end
76  object LinkEdit: TEdit
77    AnchorSideLeft.Control = Owner
78    AnchorSideTop.Control = LinkLabel
79    AnchorSideTop.Side = asrBottom
80    AnchorSideRight.Control = Owner
81    AnchorSideRight.Side = asrBottom
82    Left = 6
83    Height = 25
84    Top = 85
85    Width = 396
86    Anchors = [akTop, akLeft, akRight]
87    BorderSpacing.Left = 6
88    BorderSpacing.Top = 6
89    BorderSpacing.Right = 6
90    OnChange = LinkEditChange
91    OnKeyDown = LinkEditKeyDown
92    ParentShowHint = False
93    ShowHint = True
94    TabOrder = 1
95    Text = 'LinkEdit'
96  end
97  object TitleEdit: TEdit
98    AnchorSideTop.Control = TitleLabel
99    AnchorSideTop.Side = asrBottom
100    AnchorSideRight.Control = Owner
101    AnchorSideRight.Side = asrBottom
102    Left = 6
103    Height = 25
104    Top = 27
105    Width = 396
106    Anchors = [akTop, akLeft, akRight]
107    BorderSpacing.Top = 6
108    BorderSpacing.Right = 6
109    TabOrder = 2
110    Text = 'TitleEdit'
111  end
112end
113