lazarus/ide/frames/editor_codefolding_mouse_options.lfm
2009-04-18 21:30:35 +00:00

252 lines
7.1 KiB
Plaintext

inherited MouseGroupBox1: TMouseGroupBox1
Height = 334
Width = 521
Anchors = [akTop]
ClientHeight = 334
ClientWidth = 521
Visible = False
DesignLeft = 230
DesignTop = 230
object MouseConfListBox: TListBox[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 322
Top = 6
Width = 200
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
ItemHeight = 0
OnClick = MouseConfListBoxClick
OnKeyUp = MouseConfListBoxKeyUp
TabOrder = 0
end
object MouseGroupBox1: TGroupBox[1]
AnchorSideLeft.Control = MouseConfListBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = MouseConfListBox
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 212
Height = 124
Top = 6
Width = 303
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Caption = 'MouseGroupBox1'
ClientHeight = 106
ClientWidth = 299
TabOrder = 1
object MouseEnabled1: TCheckBox
AnchorSideLeft.Control = MouseGroupBox1
AnchorSideTop.Control = MouseGroupBox1
Left = 6
Height = 19
Top = 6
Width = 97
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'MouseEnabled1'
OnChange = MouseEnabled1Change
OnClick = MouseEnabled1Change
TabOrder = 0
end
object MouseRadioGroup1: TRadioGroup
AnchorSideLeft.Control = MouseGroupBox1
AnchorSideTop.Control = MouseEnabled1
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = MouseGroupBox1
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 69
Top = 31
Width = 124
Anchors = [akTop, akLeft, akBottom]
AutoFill = True
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
Caption = 'MouseRadioGroup1'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
OnClick = MouseEnabled1Change
TabOrder = 1
end
object MouseShift1: TCheckBox
AnchorSideLeft.Control = MouseRadioGroup1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = MouseRadioGroup1
Left = 136
Height = 19
Top = 37
Width = 79
AllowGrayed = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'MouseShift1'
OnChange = MouseEnabled1Change
OnClick = MouseEnabled1Change
TabOrder = 2
end
object MouseCtrl1: TCheckBox
AnchorSideLeft.Control = MouseRadioGroup1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = MouseShift1
AnchorSideTop.Side = asrBottom
Left = 136
Height = 19
Top = 62
Width = 73
AllowGrayed = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'MouseCtrl1'
OnChange = MouseEnabled1Change
OnClick = MouseEnabled1Change
TabOrder = 3
end
object MouseAlt1: TCheckBox
AnchorSideLeft.Control = MouseRadioGroup1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = MouseCtrl1
AnchorSideTop.Side = asrBottom
Left = 136
Height = 19
Top = 87
Width = 70
AllowGrayed = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'MouseAlt1'
OnChange = MouseEnabled1Change
OnClick = MouseEnabled1Change
TabOrder = 4
end
end
object MouseGroupBox2: TGroupBox[2]
AnchorSideLeft.Control = MouseConfListBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = MouseGroupBox1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 212
Height = 132
Top = 136
Width = 303
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'MouseGroupBox2'
ClientHeight = 114
ClientWidth = 299
TabOrder = 2
object MouseEnabled2: TCheckBox
AnchorSideLeft.Control = MouseGroupBox2
AnchorSideTop.Control = MouseGroupBox2
Left = 6
Height = 19
Top = 6
Width = 97
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'MouseEnabled2'
OnChange = MouseEnabled1Change
OnClick = MouseEnabled1Change
TabOrder = 0
end
object MouseRadioGroup2: TRadioGroup
AnchorSideLeft.Control = MouseGroupBox2
AnchorSideTop.Control = MouseEnabled2
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = MouseGroupBox2
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 77
Top = 31
Width = 124
Anchors = [akTop, akLeft, akBottom]
AutoFill = True
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
Caption = 'MouseRadioGroup2'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
OnClick = MouseEnabled1Change
TabOrder = 1
end
object MouseShift2: TCheckBox
AnchorSideLeft.Control = MouseRadioGroup2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = MouseRadioGroup2
Left = 136
Height = 19
Top = 31
Width = 79
AllowGrayed = True
BorderSpacing.Left = 6
Caption = 'MouseShift2'
OnChange = MouseEnabled1Change
OnClick = MouseEnabled1Change
TabOrder = 2
end
object MouseCtrl2: TCheckBox
AnchorSideLeft.Control = MouseRadioGroup2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = MouseShift2
AnchorSideTop.Side = asrBottom
Left = 136
Height = 19
Top = 56
Width = 73
AllowGrayed = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'MouseCtrl2'
OnChange = MouseEnabled1Change
OnClick = MouseEnabled1Change
TabOrder = 3
end
object MouseAlt2: TCheckBox
AnchorSideLeft.Control = MouseRadioGroup2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = MouseCtrl2
AnchorSideTop.Side = asrBottom
Left = 136
Height = 19
Top = 81
Width = 70
AllowGrayed = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'MouseAlt2'
OnChange = MouseEnabled1Change
OnClick = MouseEnabled1Change
TabOrder = 4
end
end
end