1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
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 = 19
Top = 6
Width = 73
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 = 19
Top = 63
Width = 58
BorderSpacing.Around = 6
Caption = 'Link text'
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 = 26
Top = 31
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 = 26
Top = 88
Width = 422
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 1
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 36
Top = 141
Width = 428
OKButton.Name = 'OKButton'
HelpButton.Name = 'HelpButton'
CloseButton.Name = 'CloseButton'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
TabOrder = 2
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end
|