lazarus/components/anchordocking/anchordockoptionsdlg.lfm
mattias 08fd0f6206 anchrodocking: Use csDropDownList for ComboBox
git-svn-id: trunk@40804 -
2013-04-14 15:02:04 +00:00

212 lines
5.5 KiB
Plaintext

object AnchorDockOptionsFrame: TAnchorDockOptionsFrame
Left = 0
Height = 482
Top = 0
Width = 416
ClientHeight = 482
ClientWidth = 416
TabOrder = 0
DesignLeft = 471
DesignTop = 220
object DragThresholdLabel: TLabel
AnchorSideTop.Control = HeaderStyleComboBox
AnchorSideTop.Side = asrBottom
Left = 10
Height = 17
Top = 41
Width = 136
Caption = 'DragThresholdLabel'
ParentColor = False
end
object HeaderAlignTopLabel: TLabel
AnchorSideLeft.Control = DragThresholdLabel
AnchorSideTop.Control = HideHeaderCaptionForFloatingCheckBox
AnchorSideTop.Side = asrBottom
Left = 10
Height = 17
Top = 293
Width = 145
BorderSpacing.Top = 10
Caption = 'HeaderAlignTopLabel'
ParentColor = False
end
object HeaderAlignLeftLabel: TLabel
AnchorSideLeft.Control = DragThresholdLabel
AnchorSideTop.Control = HeaderAlignTopTrackBar
AnchorSideTop.Side = asrBottom
Left = 10
Height = 17
Top = 366
Width = 148
BorderSpacing.Top = 10
Caption = 'HeaderAlignLeftLabel'
ParentColor = False
end
object SplitterWidthLabel: TLabel
AnchorSideLeft.Control = DragThresholdLabel
AnchorSideTop.Control = DragThresholdTrackBar
AnchorSideTop.Side = asrBottom
Left = 10
Height = 17
Top = 114
Width = 129
BorderSpacing.Top = 10
Caption = 'SplitterWidthLabel'
ParentColor = False
end
object ScaleOnResizeCheckBox: TCheckBox
AnchorSideLeft.Control = DragThresholdLabel
AnchorSideTop.Control = SplitterWidthTrackBar
AnchorSideTop.Side = asrBottom
Left = 10
Height = 24
Top = 187
Width = 189
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 = 58
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 = 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 = 46
Top = 383
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 = 131
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 = 24
Top = 235
Width = 230
Caption = 'ShowHeaderCaptionCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 6
end
object HideHeaderCaptionForFloatingCheckBox: TCheckBox
AnchorSideLeft.Control = ShowHeaderCaptionCheckBox
AnchorSideTop.Control = ShowHeaderCaptionCheckBox
AnchorSideTop.Side = asrBottom
Left = 10
Height = 24
Top = 259
Width = 303
Caption = 'HideHeaderCaptionForFloatingCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 5
end
object ShowHeaderCheckBox: TCheckBox
AnchorSideLeft.Control = ScaleOnResizeCheckBox
AnchorSideTop.Control = ScaleOnResizeCheckBox
AnchorSideTop.Side = asrBottom
Left = 10
Height = 24
Top = 211
Width = 177
Caption = 'ShowHeaderCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 7
end
object HeaderStyleComboBox: TComboBox
AnchorSideLeft.Control = HeaderStyleLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
Left = 135
Height = 29
Top = 6
Width = 146
BorderSpacing.Around = 6
ItemHeight = 0
OnDrawItem = HeaderStyleComboBoxDrawItem
Style = csDropDownList
TabOrder = 8
end
object HeaderStyleLabel: TLabel
AnchorSideTop.Control = HeaderStyleComboBox
AnchorSideTop.Side = asrCenter
Left = 10
Height = 17
Top = 12
Width = 119
Caption = 'HeaderStyleLabel'
ParentColor = False
end
end