mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 07:38:14 +02:00
113 lines
2.8 KiB
Plaintext
113 lines
2.8 KiB
Plaintext
object FPDocLinkEditorDlg: TFPDocLinkEditorDlg
|
|
Left = 362
|
|
Height = 282
|
|
Top = 304
|
|
Width = 408
|
|
ActiveControl = TitleEdit
|
|
Caption = 'FPDocLinkEditorDlg'
|
|
ClientHeight = 282
|
|
ClientWidth = 408
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
LCLVersion = '1.5'
|
|
object LinkLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = TitleEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 64
|
|
Width = 396
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Around = 6
|
|
Caption = 'LinkLabel'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object TitleLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 6
|
|
Width = 396
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'TitleLabel'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object CompletionBox: TPaintBox
|
|
AnchorSideTop.Control = LinkEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 124
|
|
Top = 110
|
|
Width = 396
|
|
Align = alBottom
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
OnMouseDown = CompletionBoxMouseDown
|
|
OnPaint = CompletionBoxPaint
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 36
|
|
Top = 240
|
|
Width = 396
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 0
|
|
ShowButtons = [pbOK, pbCancel]
|
|
end
|
|
object LinkEdit: TEdit
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = LinkLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 25
|
|
Top = 85
|
|
Width = 396
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
OnChange = LinkEditChange
|
|
OnKeyDown = LinkEditKeyDown
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
Text = 'LinkEdit'
|
|
end
|
|
object TitleEdit: TEdit
|
|
AnchorSideTop.Control = TitleLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 25
|
|
Top = 27
|
|
Width = 396
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
TabOrder = 2
|
|
Text = 'TitleEdit'
|
|
end
|
|
end
|