mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 00:40:22 +02:00
390 lines
10 KiB
Plaintext
390 lines
10 KiB
Plaintext
object AnchorDockOptionsFrame: TAnchorDockOptionsFrame
|
|
Left = 0
|
|
Height = 561
|
|
Top = 0
|
|
Width = 424
|
|
ClientHeight = 561
|
|
ClientWidth = 424
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
DesignLeft = 517
|
|
DesignTop = 239
|
|
object DragThresholdLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = DragThresholdSpinEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 10
|
|
Height = 13
|
|
Top = 10
|
|
Width = 95
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Top = 10
|
|
Caption = 'DragThresholdLabel'
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object DragThresholdTrackBar: TTrackBar
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = DragThresholdLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 47
|
|
Top = 23
|
|
Width = 404
|
|
Max = 20
|
|
OnChange = DragThresholdTrackBarChange
|
|
Position = 0
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 10
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
object DragThresholdSpinEdit: TSpinEdit
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
Left = 111
|
|
Height = 21
|
|
Top = 6
|
|
Width = 60
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
MaxValue = 20
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
Visible = False
|
|
end
|
|
object SplitterWidthLabel: TLabel
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = DragThresholdTrackBar
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 13
|
|
Top = 80
|
|
Width = 87
|
|
BorderSpacing.Top = 10
|
|
Caption = 'SplitterWidthLabel'
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object SplitterWidthTrackBar: TTrackBar
|
|
AnchorSideLeft.Control = DragThresholdTrackBar
|
|
AnchorSideTop.Control = SplitterWidthLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = DragThresholdTrackBar
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 47
|
|
Top = 93
|
|
Width = 404
|
|
Min = 1
|
|
OnChange = SplitterWidthTrackBarChange
|
|
Position = 1
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 3
|
|
end
|
|
object ScaleOnResizeCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = SplitterWidthTrackBar
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 17
|
|
Top = 144
|
|
Width = 137
|
|
BorderSpacing.Top = 4
|
|
Caption = 'ScaleOnResizeCheckBox'
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 4
|
|
end
|
|
object ShowHeaderCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ScaleOnResizeCheckBox
|
|
AnchorSideTop.Control = ScaleOnResizeCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 17
|
|
Top = 161
|
|
Width = 128
|
|
Caption = 'ShowHeaderCheckBox'
|
|
OnChange = ShowHeaderCheckBoxChange
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 5
|
|
end
|
|
object ShowHeaderCaptionCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ScaleOnResizeCheckBox
|
|
AnchorSideTop.Control = ShowHeaderCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 25
|
|
Height = 17
|
|
Top = 178
|
|
Width = 165
|
|
BorderSpacing.Left = 15
|
|
Caption = 'ShowHeaderCaptionCheckBox'
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 6
|
|
end
|
|
object HideHeaderCaptionForFloatingCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ShowHeaderCaptionCheckBox
|
|
AnchorSideTop.Control = ShowHeaderCaptionCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 25
|
|
Height = 17
|
|
Top = 195
|
|
Width = 214
|
|
Caption = 'HideHeaderCaptionForFloatingCheckBox'
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 7
|
|
end
|
|
object HeaderStyleComboBox: TComboBox
|
|
AnchorSideLeft.Control = HeaderStyleLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FilledHeadersCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 110
|
|
Height = 21
|
|
Top = 246
|
|
Width = 304
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 10
|
|
ItemHeight = 13
|
|
OnDrawItem = HeaderStyleComboBoxDrawItem
|
|
ParentFont = False
|
|
Style = csDropDownList
|
|
TabOrder = 10
|
|
end
|
|
object HeaderStyleLabel: TLabel
|
|
AnchorSideLeft.Control = ShowHeaderCheckBox
|
|
AnchorSideTop.Control = HeaderStyleComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 20
|
|
Height = 13
|
|
Top = 250
|
|
Width = 84
|
|
BorderSpacing.Left = 10
|
|
Caption = 'HeaderStyleLabel'
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object FlattenHeadersCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = HideHeaderCaptionForFloatingCheckBox
|
|
AnchorSideTop.Control = HideHeaderCaptionForFloatingCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 25
|
|
Height = 17
|
|
Top = 212
|
|
Width = 141
|
|
Caption = 'FlattenHeadersCheckBox'
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 8
|
|
end
|
|
object FilledHeadersCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = FlattenHeadersCheckBox
|
|
AnchorSideTop.Control = FlattenHeadersCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 25
|
|
Height = 17
|
|
Top = 229
|
|
Width = 131
|
|
Caption = 'FilledHeadersCheckBox'
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 9
|
|
end
|
|
object HighlightFocusedCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = FilledHeadersCheckBox
|
|
AnchorSideTop.Control = HeaderStyleComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 25
|
|
Height = 17
|
|
Top = 267
|
|
Width = 148
|
|
Caption = 'HighlightFocusedCheckBox'
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 11
|
|
end
|
|
object SplitterWidthSpinEdit: TSpinEdit
|
|
AnchorSideLeft.Control = SplitterWidthLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = SplitterWidthLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 103
|
|
Height = 21
|
|
Top = 76
|
|
Width = 60
|
|
BorderSpacing.Left = 6
|
|
MaxValue = 10
|
|
MinValue = 1
|
|
ParentFont = False
|
|
TabOrder = 2
|
|
Value = 1
|
|
Visible = False
|
|
end
|
|
object HeaderAlignTopLabel: TLabel
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = DockSitesCanBeMinimized
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 13
|
|
Top = 311
|
|
Width = 101
|
|
BorderSpacing.Top = 10
|
|
Caption = 'HeaderAlignTopLabel'
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object HeaderAlignTopTrackBar: TTrackBar
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = HeaderAlignTopLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = DragThresholdTrackBar
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 47
|
|
Top = 324
|
|
Width = 404
|
|
Frequency = 10
|
|
Max = 150
|
|
OnChange = HeaderAlignTopTrackBarChange
|
|
PageSize = 10
|
|
Position = 0
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 10
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 13
|
|
end
|
|
object HeaderAlignTopSpinEdit: TSpinEdit
|
|
AnchorSideLeft.Control = HeaderAlignTopLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = HeaderAlignTopLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 117
|
|
Height = 21
|
|
Top = 307
|
|
Width = 60
|
|
BorderSpacing.Left = 6
|
|
MaxValue = 150
|
|
ParentFont = False
|
|
TabOrder = 12
|
|
Visible = False
|
|
end
|
|
object HeaderAlignLeftLabel: TLabel
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = HeaderAlignTopTrackBar
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 13
|
|
Top = 381
|
|
Width = 102
|
|
BorderSpacing.Top = 10
|
|
Caption = 'HeaderAlignLeftLabel'
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object HeaderAlignLeftTrackBar: TTrackBar
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = HeaderAlignLeftLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = DragThresholdTrackBar
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 47
|
|
Top = 394
|
|
Width = 404
|
|
Frequency = 10
|
|
Max = 200
|
|
OnChange = HeaderAlignLeftTrackBarChange
|
|
PageSize = 10
|
|
Position = 0
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 10
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 15
|
|
end
|
|
object HeaderAlignLeftSpinEdit: TSpinEdit
|
|
AnchorSideLeft.Control = HeaderAlignLeftLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = HeaderAlignLeftLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 118
|
|
Height = 21
|
|
Top = 377
|
|
Width = 60
|
|
BorderSpacing.Left = 6
|
|
MaxValue = 200
|
|
ParentFont = False
|
|
TabOrder = 14
|
|
Visible = False
|
|
end
|
|
object DockSitesCanBeMinimized: TCheckBox
|
|
AnchorSideLeft.Control = FilledHeadersCheckBox
|
|
AnchorSideTop.Control = HighlightFocusedCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 25
|
|
Height = 17
|
|
Top = 284
|
|
Width = 142
|
|
Caption = 'DockSitesCanBeMinimized'
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 16
|
|
end
|
|
object MultiLinePagesCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ShowHeaderCheckBox
|
|
AnchorSideTop.Control = HeaderAlignLeftTrackBar
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 17
|
|
Top = 445
|
|
Width = 137
|
|
BorderSpacing.Top = 4
|
|
Caption = 'MultiLinePagesCheckBox'
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 17
|
|
end
|
|
object FloatingWindowsOnTop: TCheckBox
|
|
AnchorSideLeft.Control = DragThresholdLabel
|
|
AnchorSideTop.Control = MultiLinePagesCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 17
|
|
Top = 466
|
|
Width = 133
|
|
BorderSpacing.Top = 4
|
|
Caption = 'FloatingWindowsOnTop'
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 18
|
|
end
|
|
end
|