lazarus/doceditor/frmlink.lfm
2007-11-24 08:13:13 +00:00

79 lines
1.5 KiB
Plaintext

object LinkForm: TLinkForm
Left = 333
Height = 81
Top = 149
Width = 395
HorzScrollBar.Page = 394
ActiveControl = CBTarget
Caption = 'LinkForm'
ClientHeight = 81
ClientWidth = 395
Position = poScreenCenter
object LLinkTarget: TLabel
AnchorSideTop.Control = CBTarget
AnchorSideTop.Side = asrCenter
Left = 8
Height = 14
Top = 11
Width = 52
Caption = '&Link target'
FocusControl = CBTarget
Layout = tlCenter
ParentColor = False
end
object LELinkText: TLabel
AnchorSideTop.Control = ELinkText
AnchorSideTop.Side = asrCenter
Left = 8
Height = 14
Top = 44
Width = 52
Caption = 'LELinkText'
Layout = tlCenter
ParentColor = False
end
object CBTarget: TComboBox
Left = 96
Height = 21
Top = 8
Width = 183
Anchors = [akTop, akLeft, akRight]
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 13
MaxLength = 0
Sorted = True
TabOrder = 0
end
object BOK: TButton
Left = 291
Height = 25
Top = 8
Width = 96
Anchors = [akTop, akRight]
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object BCancel: TButton
Left = 291
Height = 25
Top = 40
Width = 96
Anchors = [akTop, akRight]
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 3
end
object ELinkText: TEdit
Left = 96
Height = 23
Top = 40
Width = 183
Anchors = [akTop, akLeft, akRight]
TabOrder = 2
end
end