doublecmd/src/frames/foptionsmouse.lfm

146 lines
3.9 KiB
Text

inherited frmOptionsMouse: TfrmOptionsMouse
Height = 253
Width = 426
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 253
ClientWidth = 426
object gbSelection: TGroupBox[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 88
Top = 6
Width = 414
Anchors = [akTop, akLeft, akRight]
AutoSize = True
Caption = 'Selection'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 66
ClientWidth = 410
TabOrder = 1
object cbSelectionByMouse: TCheckBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 25
Top = 6
Width = 159
Caption = 'Selection by mouse'
TabOrder = 0
end
object lblMouseMode: TLabel
AnchorSideLeft.Control = cbSelectionByMouse
AnchorSideTop.Control = cbMouseMode
AnchorSideTop.Side = asrCenter
Left = 6
Height = 22
Top = 34
Width = 43
Caption = 'Mode:'
ParentColor = False
end
object cbMouseMode: TComboBox
AnchorSideLeft.Control = lblMouseMode
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbSelectionByMouse
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbSelection
AnchorSideRight.Side = asrBottom
Left = 57
Height = 29
Top = 31
Width = 345
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
ItemHeight = 21
Style = csDropDownList
TabOrder = 1
end
end
object gbScrolling: TGroupBox[1]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbSelection
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 121
Top = 98
Width = 414
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 4
Caption = 'Scrolling'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 99
ClientWidth = 410
TabOrder = 0
object rbScrollLineByLineCursor: TRadioButton
AnchorSideLeft.Control = gbScrolling
AnchorSideTop.Control = gbScrolling
AnchorSideRight.Control = gbScrolling
AnchorSideRight.Side = asrBottom
Left = 6
Height = 25
Top = 6
Width = 398
Anchors = [akTop, akLeft, akRight]
Caption = 'Line by line with cursor movement'
Checked = True
TabOrder = 0
TabStop = True
end
object rbScrollLineByLine: TRadioButton
AnchorSideLeft.Control = gbScrolling
AnchorSideTop.Control = seWheelScrollLines
AnchorSideTop.Side = asrCenter
Left = 6
Height = 25
Top = 37
Width = 106
BorderSpacing.Right = 6
Caption = 'Line by line'
TabOrder = 1
end
object rbScrollPageByPage: TRadioButton
AnchorSideLeft.Control = gbScrolling
AnchorSideTop.Control = seWheelScrollLines
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbScrolling
AnchorSideRight.Side = asrBottom
Left = 6
Height = 25
Top = 68
Width = 398
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 4
Caption = 'Page by page'
TabOrder = 2
end
object seWheelScrollLines: TSpinEdit
AnchorSideLeft.Control = rbScrollLineByLine
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = rbScrollLineByLineCursor
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbScrolling
AnchorSideRight.Side = asrBottom
Left = 130
Height = 29
Top = 35
Width = 272
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 18
BorderSpacing.Top = 4
BorderSpacing.Right = 8
MinValue = 1
TabOrder = 3
Value = 1
end
end
end