mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 00:02:45 +02:00
246 lines
6.4 KiB
Plaintext
246 lines
6.4 KiB
Plaintext
object AnchorDockOptionsFrame: TAnchorDockOptionsFrame
|
|
Left = 0
|
|
Height = 482
|
|
Top = 0
|
|
Width = 416
|
|
ClientHeight = 482
|
|
ClientWidth = 416
|
|
TabOrder = 0
|
|
DesignLeft = 647
|
|
DesignTop = 116
|
|
object DragThresholdLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = HeaderStyleComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 15
|
|
Top = 35
|
|
Width = 106
|
|
BorderSpacing.Left = 10
|
|
Caption = 'DragThresholdLabel'
|
|
ParentColor = False
|
|
end
|
|
object HeaderAlignTopLabel: TLabel
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = FilledHeaders
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 15
|
|
Top = 301
|
|
Width = 115
|
|
BorderSpacing.Top = 10
|
|
Caption = 'HeaderAlignTopLabel'
|
|
ParentColor = False
|
|
end
|
|
object HeaderAlignLeftLabel: TLabel
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = HeaderAlignTopTrackBar
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 15
|
|
Top = 372
|
|
Width = 114
|
|
BorderSpacing.Top = 10
|
|
Caption = 'HeaderAlignLeftLabel'
|
|
ParentColor = False
|
|
end
|
|
object SplitterWidthLabel: TLabel
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = DragThresholdTrackBar
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 15
|
|
Top = 106
|
|
Width = 97
|
|
BorderSpacing.Top = 10
|
|
Caption = 'SplitterWidthLabel'
|
|
ParentColor = False
|
|
end
|
|
object ScaleOnResizeCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = SplitterWidthTrackBar
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 19
|
|
Top = 177
|
|
Width = 147
|
|
BorderSpacing.Top = 10
|
|
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 = 50
|
|
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 = 316
|
|
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 = 387
|
|
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 = 121
|
|
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 = 10
|
|
Height = 19
|
|
Top = 215
|
|
Width = 181
|
|
Caption = 'ShowHeaderCaptionCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 6
|
|
end
|
|
object HideHeaderCaptionForFloatingCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ShowHeaderCaptionCheckBox
|
|
AnchorSideTop.Control = ShowHeaderCaptionCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 19
|
|
Top = 234
|
|
Width = 237
|
|
Caption = 'HideHeaderCaptionForFloatingCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 5
|
|
end
|
|
object ShowHeaderCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ScaleOnResizeCheckBox
|
|
AnchorSideTop.Control = ScaleOnResizeCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 19
|
|
Top = 196
|
|
Width = 139
|
|
Caption = 'ShowHeaderCheckBox'
|
|
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 = 107
|
|
Height = 23
|
|
Top = 6
|
|
Width = 299
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 4
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 15
|
|
OnDrawItem = HeaderStyleComboBoxDrawItem
|
|
Style = csDropDownList
|
|
TabOrder = 8
|
|
end
|
|
object HeaderStyleLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = HeaderStyleComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 10
|
|
Height = 15
|
|
Top = 10
|
|
Width = 91
|
|
BorderSpacing.Left = 10
|
|
Caption = 'HeaderStyleLabel'
|
|
ParentColor = False
|
|
end
|
|
object FlattenHeaders: TCheckBox
|
|
AnchorSideLeft.Control = HideHeaderCaptionForFloatingCheckBox
|
|
AnchorSideTop.Control = HideHeaderCaptionForFloatingCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 19
|
|
Top = 253
|
|
Width = 99
|
|
Caption = 'FlattenHeaders'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 9
|
|
end
|
|
object FilledHeaders: TCheckBox
|
|
AnchorSideLeft.Control = FlattenHeaders
|
|
AnchorSideTop.Control = FlattenHeaders
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 19
|
|
Top = 272
|
|
Width = 91
|
|
Caption = 'FilledHeaders'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 10
|
|
end
|
|
end
|