doublecmd/src/frames/foptionsmouse.lfm
Alexander Koblov 5e5f199c1c UPD: Spacing
2018-08-11 20:07:59 +00:00

217 lines
5.8 KiB
Text

inherited frmOptionsMouse: TfrmOptionsMouse
Height = 385
Width = 488
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 385
ClientWidth = 488
DesignLeft = 380
DesignTop = 148
object gbSelection: TGroupBox[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 89
Top = 6
Width = 476
Anchors = [akTop, akLeft, akRight]
AutoSize = True
Caption = 'Selection'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 64
ClientWidth = 472
TabOrder = 0
object cbSelectionByMouse: TCheckBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 24
Top = 6
Width = 153
Caption = '&Selection by mouse'
OnChange = cbSelectionByMouseChange
TabOrder = 0
end
object lblMouseMode: TLabel
AnchorSideLeft.Control = cbSelectionByMouse
AnchorSideTop.Control = cbMouseMode
AnchorSideTop.Side = asrCenter
Left = 6
Height = 20
Top = 34
Width = 42
Caption = '&Mode:'
FocusControl = cbMouseMode
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 = 56
Height = 28
Top = 30
Width = 408
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
ItemHeight = 20
Style = csDropDownList
TabOrder = 2
end
object chkMouseSelectionIconClick: TCheckBox
AnchorSideLeft.Control = cbSelectionByMouse
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbSelectionByMouse
Left = 171
Height = 24
Top = 6
Width = 147
BorderSpacing.Left = 12
Caption = 'By clic&king on icon'
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 = 99
Width = 476
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 4
Caption = 'Scrolling'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 96
ClientWidth = 472
TabOrder = 1
object rbScrollLineByLineCursor: TRadioButton
AnchorSideLeft.Control = gbScrolling
AnchorSideTop.Control = gbScrolling
AnchorSideRight.Control = gbScrolling
AnchorSideRight.Side = asrBottom
Left = 6
Height = 24
Top = 6
Width = 460
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 = 24
Top = 36
Width = 99
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 = 24
Top = 66
Width = 460
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 4
Caption = '&Page by page'
TabOrder = 3
end
object seWheelScrollLines: TSpinEdit
AnchorSideLeft.Control = rbScrollLineByLine
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = rbScrollLineByLineCursor
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbScrolling
AnchorSideRight.Side = asrBottom
Left = 123
Height = 28
Top = 34
Width = 341
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 18
BorderSpacing.Top = 4
BorderSpacing.Right = 8
MinValue = 1
TabOrder = 2
Value = 1
end
end
object gbOpenWith: TGroupBox[2]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbScrolling
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 133
Top = 224
Width = 476
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 4
Caption = 'Open with'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 108
ClientWidth = 472
TabOrder = 2
object rbDoubleClick: TRadioButton
Left = 6
Height = 24
Top = 6
Width = 358
Caption = 'Double click'
OnChange = rbDoubleClickChange
TabOrder = 0
end
object rbSingleClickBoth: TRadioButton
Left = 6
Height = 24
Top = 30
Width = 358
Caption = 'Single click (opens files and folders)'
TabOrder = 1
end
object rbSingleClickFolders: TRadioButton
Left = 6
Height = 24
Top = 54
Width = 358
Caption = 'Single click (opens folders, double click for files)'
TabOrder = 2
end
object chkCursorNoFollow: TCheckBox
Left = 6
Height = 24
Top = 78
Width = 358
Caption = 'The text cursor no longer follows the mouse cursor'
TabOrder = 3
end
end
end