doublecmd/src/frames/foptionstoolsdiffer.lfm
Andrey 4d07f5a03c
ADD: Button Help for Options (#835)
* ADD: Button Help for Options

1. Added HelpKeywords for remaining pages.
2. Added Help button to show that you open Help. Button will be invisible when no HelpKeyword.
3. Some small changes: Default and Cancel for TAttributesEdit and change owner for calling from Option page (because when Position=poOwnerFormCenter the owner have to be properly set to avoid showing not at the center as it was before).
2023-02-27 22:13:30 +03:00

47 lines
1.4 KiB
Text

inherited frmOptionsDiffer: TfrmOptionsDiffer
Height = 478
Width = 586
HelpKeyword = '/configuration.html#ConfigToolsDiffer'
ClientHeight = 478
ClientWidth = 586
DesignLeft = 377
DesignTop = 160
inherited btnRelativeToolPath: TSpeedButton
Anchors = [akTop, akRight, akBottom]
end
object rgResultingFramePositionAfterCompare: TRadioGroup[8]
AnchorSideLeft.Control = edtToolsParameters
AnchorSideTop.Control = cbToolsKeepTerminalOpen
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edtToolsParameters
AnchorSideRight.Side = asrBottom
Left = 8
Height = 58
Top = 200
Width = 571
Anchors = [akTop, akLeft, akRight]
AutoFill = True
AutoSize = True
BorderSpacing.Top = 12
Caption = 'Position of frame panel after the comparison:'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 38
ClientWidth = 567
ItemIndex = 0
Items.Strings = (
'Active frame panel on left, inactive on right (legacy)'
'Left frame panel on left, right on right'
)
TabOrder = 5
end
inherited pmPathHelper: TPopupMenu[9]
left = 464
top = 8
end
end