mirror of https://gitlab.com/basile.b/dexed.git
249 lines
6.4 KiB
Plaintext
249 lines
6.4 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 = 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 = 295
|
|
Width = 114
|
|
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 = 367
|
|
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 = 171
|
|
Width = 147
|
|
BorderSpacing.Top = 4
|
|
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 = 47
|
|
Top = 310
|
|
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 = 47
|
|
Top = 382
|
|
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 = 25
|
|
Height = 19
|
|
Top = 209
|
|
Width = 181
|
|
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 = 19
|
|
Top = 228
|
|
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 = 190
|
|
Width = 139
|
|
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 = 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 = 25
|
|
Height = 19
|
|
Top = 247
|
|
Width = 99
|
|
Caption = 'FlattenHeaders'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 9
|
|
end
|
|
object FilledHeaders: TCheckBox
|
|
AnchorSideLeft.Control = FlattenHeaders
|
|
AnchorSideTop.Control = FlattenHeaders
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 25
|
|
Height = 19
|
|
Top = 266
|
|
Width = 91
|
|
Caption = 'FilledHeaders'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 10
|
|
end
|
|
end
|