doublecmd/src/frames/foptionstoolsdiffer.lfm

46 lines
1.4 KiB
Text

inherited frmOptionsDiffer: TfrmOptionsDiffer
Height = 478
Width = 586
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