lazarus/doceditor/frmlink.lfm
paul 8cd529b88e lazde: patch by Alexey Lagunov:
- convert resources to $R
  - start localization
  - fix layout and other cosmetic changes

git-svn-id: trunk@23737 -
2010-02-19 02:59:18 +00:00

81 lines
1.9 KiB
Plaintext

object LinkForm: TLinkForm
Left = 402
Height = 183
Top = 319
Width = 440
HorzScrollBar.Page = 394
ActiveControl = CBTarget
Caption = 'LinkForm'
ClientHeight = 183
ClientWidth = 440
Position = poScreenCenter
ShowHint = True
LCLVersion = '0.9.29'
object LLinkTarget: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 18
Top = 6
Width = 85
BorderSpacing.Around = 6
Caption = '&Link target'
FocusControl = CBTarget
Layout = tlCenter
ParentColor = False
end
object LELinkText: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = CBTarget
AnchorSideTop.Side = asrBottom
Left = 6
Height = 18
Top = 65
Width = 72
BorderSpacing.Around = 6
Caption = 'LELinkText'
Layout = tlCenter
ParentColor = False
end
object CBTarget: TComboBox
AnchorSideLeft.Control = LLinkTarget
AnchorSideTop.Control = LLinkTarget
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 12
Height = 29
Top = 30
Width = 422
Anchors = [akTop, akLeft, akRight]
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Around = 6
ItemHeight = 0
Sorted = True
TabOrder = 0
end
object ELinkText: TEdit
AnchorSideLeft.Control = LELinkText
AnchorSideTop.Control = LELinkText
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 12
Height = 29
Top = 89
Width = 422
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 1
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 40
Top = 137
Width = 428
TabOrder = 2
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end