mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 13:57:15 +01:00
260 lines
6.8 KiB
Plaintext
260 lines
6.8 KiB
Plaintext
object AnchorDockOptionsFrame: TAnchorDockOptionsFrame
|
|
Left = 0
|
|
Height = 482
|
|
Top = 0
|
|
Width = 416
|
|
ClientHeight = 482
|
|
ClientWidth = 416
|
|
OnClick = FrameClick
|
|
TabOrder = 0
|
|
DesignLeft = 513
|
|
DesignTop = 189
|
|
object DragThresholdLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = HeaderStyleComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 16
|
|
Top = 32
|
|
Width = 127
|
|
BorderSpacing.Left = 10
|
|
Caption = 'DragThresholdLabel'
|
|
ParentColor = False
|
|
end
|
|
object HeaderAlignTopLabel: TLabel
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = FilledHeaders
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 16
|
|
Top = 308
|
|
Width = 135
|
|
BorderSpacing.Top = 10
|
|
Caption = 'HeaderAlignTopLabel'
|
|
ParentColor = False
|
|
end
|
|
object HeaderAlignLeftLabel: TLabel
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = HeaderAlignTopTrackBar
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 16
|
|
Top = 380
|
|
Width = 134
|
|
BorderSpacing.Top = 10
|
|
Caption = 'HeaderAlignLeftLabel'
|
|
ParentColor = False
|
|
end
|
|
object SplitterWidthLabel: TLabel
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = DragThresholdTrackBar
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 16
|
|
Top = 104
|
|
Width = 114
|
|
BorderSpacing.Top = 10
|
|
Caption = 'SplitterWidthLabel'
|
|
ParentColor = False
|
|
end
|
|
object ScaleOnResizeCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = SaveLayoutOnCloseCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 18
|
|
Top = 190
|
|
Width = 172
|
|
Caption = 'ScaleOnResizeCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
object DragThresholdTrackBar: TTrackBar
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = DragThresholdLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 46
|
|
Top = 48
|
|
Width = 396
|
|
Max = 20
|
|
OnChange = DragThresholdTrackBarChange
|
|
Position = 0
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 10
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
object HeaderAlignTopTrackBar: TTrackBar
|
|
AnchorSideLeft.Control = DragThresholdTrackBar
|
|
AnchorSideTop.Control = HeaderAlignTopLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = DragThresholdTrackBar
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 46
|
|
Top = 324
|
|
Width = 396
|
|
Frequency = 10
|
|
Max = 150
|
|
OnChange = HeaderAlignTopTrackBarChange
|
|
PageSize = 10
|
|
Position = 0
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 2
|
|
end
|
|
object HeaderAlignLeftTrackBar: TTrackBar
|
|
AnchorSideLeft.Control = DragThresholdTrackBar
|
|
AnchorSideTop.Control = HeaderAlignLeftLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = DragThresholdTrackBar
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 46
|
|
Top = 396
|
|
Width = 396
|
|
Frequency = 10
|
|
Max = 200
|
|
OnChange = HeaderAlignLeftTrackBarChange
|
|
PageSize = 10
|
|
Position = 0
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 3
|
|
end
|
|
object SplitterWidthTrackBar: TTrackBar
|
|
AnchorSideLeft.Control = DragThresholdTrackBar
|
|
AnchorSideTop.Control = SplitterWidthLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = DragThresholdTrackBar
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 46
|
|
Top = 120
|
|
Width = 396
|
|
Min = 1
|
|
OnChange = SplitterWidthTrackBarChange
|
|
Position = 1
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 4
|
|
end
|
|
object ShowHeaderCaptionCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ScaleOnResizeCheckBox
|
|
AnchorSideTop.Control = ShowHeaderCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 25
|
|
Height = 18
|
|
Top = 226
|
|
Width = 209
|
|
BorderSpacing.Left = 15
|
|
Caption = 'ShowHeaderCaptionCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 6
|
|
end
|
|
object HideHeaderCaptionForFloatingCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ShowHeaderCaptionCheckBox
|
|
AnchorSideTop.Control = ShowHeaderCaptionCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 25
|
|
Height = 18
|
|
Top = 244
|
|
Width = 275
|
|
Caption = 'HideHeaderCaptionForFloatingCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 5
|
|
end
|
|
object ShowHeaderCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ScaleOnResizeCheckBox
|
|
AnchorSideTop.Control = ScaleOnResizeCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 18
|
|
Top = 208
|
|
Width = 160
|
|
Caption = 'ShowHeaderCheckBox'
|
|
OnChange = ShowHeaderCheckBoxChange
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 7
|
|
end
|
|
object HeaderStyleComboBox: TComboBox
|
|
AnchorSideLeft.Control = HeaderStyleLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 124
|
|
Height = 20
|
|
Top = 6
|
|
Width = 282
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 4
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
OnDrawItem = HeaderStyleComboBoxDrawItem
|
|
Style = csDropDownList
|
|
TabOrder = 8
|
|
end
|
|
object HeaderStyleLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = HeaderStyleComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 10
|
|
Height = 16
|
|
Top = 8
|
|
Width = 108
|
|
BorderSpacing.Left = 10
|
|
Caption = 'HeaderStyleLabel'
|
|
ParentColor = False
|
|
end
|
|
object FlattenHeaders: TCheckBox
|
|
AnchorSideLeft.Control = HideHeaderCaptionForFloatingCheckBox
|
|
AnchorSideTop.Control = HideHeaderCaptionForFloatingCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 25
|
|
Height = 18
|
|
Top = 262
|
|
Width = 114
|
|
Caption = 'FlattenHeaders'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 9
|
|
end
|
|
object FilledHeaders: TCheckBox
|
|
AnchorSideLeft.Control = FlattenHeaders
|
|
AnchorSideTop.Control = FlattenHeaders
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 25
|
|
Height = 18
|
|
Top = 280
|
|
Width = 105
|
|
Caption = 'FilledHeaders'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 10
|
|
end
|
|
object SaveLayoutOnCloseCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = SplitterWidthTrackBar
|
|
AnchorSideTop.Control = SplitterWidthTrackBar
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 18
|
|
Top = 172
|
|
Width = 204
|
|
BorderSpacing.Top = 6
|
|
Caption = 'SaveLayoutOnCloseCheckBox'
|
|
TabOrder = 11
|
|
end
|
|
end
|