mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-23 01:24:14 +02:00
69 lines
1.9 KiB
Plaintext
69 lines
1.9 KiB
Plaintext
inherited EditorGeneralMiscOptionsFrame: TEditorGeneralMiscOptionsFrame
|
|
Height = 186
|
|
Width = 459
|
|
ClientHeight = 186
|
|
ClientWidth = 459
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 138
|
|
DesignTop = 138
|
|
object EditorTrimSpaceTypeLabel: TLabel[0]
|
|
AnchorSideLeft.Control = EditorTrimSpaceTypeCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = EditorTrimSpaceTypeCheckBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 156
|
|
Height = 16
|
|
Top = 160
|
|
Width = 142
|
|
BorderSpacing.Left = 6
|
|
Caption = 'EditorTrimSpaceTypeLabel'
|
|
ParentColor = False
|
|
end
|
|
object EditorOptionsGroupBox: TCheckGroup[1]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 152
|
|
Top = 0
|
|
Width = 459
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoFill = True
|
|
AutoSize = True
|
|
Caption = 'EditorOptionsGroupBox'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclTopToBottomThenLeftToRight
|
|
ChildSizing.ControlsPerLine = 1
|
|
ColumnLayout = clVerticalThenHorizontal
|
|
Columns = 2
|
|
Ctl3D = False
|
|
OnItemClick = EditorOptionsGroupBoxItemClick
|
|
TabOrder = 0
|
|
end
|
|
object EditorTrimSpaceTypeCheckBox: TComboBox[2]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = EditorOptionsGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 21
|
|
Top = 158
|
|
Width = 150
|
|
AutoComplete = False
|
|
BorderSpacing.Top = 6
|
|
Ctl3D = False
|
|
ItemHeight = 13
|
|
ItemWidth = 0
|
|
Style = csDropDownList
|
|
TabOrder = 1
|
|
end
|
|
end
|