Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus-project / usr / share / lazarus / 2.0.10 / components / anchordocking / anchordockoptionsdlg.lfm
Size: Mime:
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 = Owner
    Left = 10
    Height = 13
    Top = 10
    Width = 111
    BorderSpacing.Left = 10
    BorderSpacing.Top = 10
    Caption = 'DragThresholdLabel'
    ParentColor = False
  end
  object DragThresholdTrackBar: TTrackBar
    AnchorSideLeft.Control = DragThresholdLabel
    AnchorSideTop.Control = DragThresholdLabel
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 10
    Height = 46
    Top = 23
    Width = 396
    Max = 20
    OnChange = DragThresholdTrackBarChange
    Position = 0
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Right = 10
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
  end
  object DragThresholdSpinEdit: TSpinEdit
    AnchorSideLeft.Control = DragThresholdLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = DragThresholdLabel
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = Owner
    Left = 127
    Height = 23
    Top = 5
    Width = 50
    BorderSpacing.Left = 6
    MaxValue = 20
    TabOrder = 0
    Visible = False
  end
  object SplitterWidthLabel: TLabel
    AnchorSideLeft.Control = DragThresholdLabel
    AnchorSideTop.Control = DragThresholdTrackBar
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 13
    Top = 79
    Width = 103
    BorderSpacing.Top = 10
    Caption = 'SplitterWidthLabel'
    ParentColor = False
  end
  object SplitterWidthTrackBar: TTrackBar
    AnchorSideLeft.Control = DragThresholdTrackBar
    AnchorSideTop.Control = SplitterWidthLabel
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = DragThresholdTrackBar
    AnchorSideRight.Side = asrBottom
    Left = 10
    Height = 46
    Top = 92
    Width = 396
    Min = 1
    OnChange = SplitterWidthTrackBarChange
    Position = 1
    Anchors = [akTop, akLeft, akRight]
    ParentShowHint = False
    ShowHint = True
    TabOrder = 3
  end
  object ScaleOnResizeCheckBox: TCheckBox
    AnchorSideLeft.Control = DragThresholdLabel
    AnchorSideTop.Control = SplitterWidthTrackBar
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 24
    Top = 142
    Width = 160
    BorderSpacing.Top = 4
    Caption = 'ScaleOnResizeCheckBox'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 4
  end
  object ShowHeaderCheckBox: TCheckBox
    AnchorSideLeft.Control = ScaleOnResizeCheckBox
    AnchorSideTop.Control = ScaleOnResizeCheckBox
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 24
    Top = 166
    Width = 149
    Caption = 'ShowHeaderCheckBox'
    OnChange = ShowHeaderCheckBoxChange
    ParentShowHint = False
    ShowHint = True
    TabOrder = 5
  end
  object ShowHeaderCaptionCheckBox: TCheckBox
    AnchorSideLeft.Control = ScaleOnResizeCheckBox
    AnchorSideTop.Control = ShowHeaderCheckBox
    AnchorSideTop.Side = asrBottom
    Left = 25
    Height = 24
    Top = 190
    Width = 191
    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 = 24
    Top = 214
    Width = 249
    Caption = 'HideHeaderCaptionForFloatingCheckBox'
    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 = 122
    Height = 27
    Top = 286
    Width = 284
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 6
    BorderSpacing.Right = 10
    ItemHeight = 0
    OnDrawItem = HeaderStyleComboBoxDrawItem
    Style = csDropDownList
    TabOrder = 10
  end
  object HeaderStyleLabel: TLabel
    AnchorSideLeft.Control = ShowHeaderCheckBox
    AnchorSideTop.Control = HeaderStyleComboBox
    AnchorSideTop.Side = asrCenter
    Left = 20
    Height = 13
    Top = 293
    Width = 96
    BorderSpacing.Left = 10
    Caption = 'HeaderStyleLabel'
    ParentColor = False
  end
  object FlattenHeadersCheckBox: TCheckBox
    AnchorSideLeft.Control = HideHeaderCaptionForFloatingCheckBox
    AnchorSideTop.Control = HideHeaderCaptionForFloatingCheckBox
    AnchorSideTop.Side = asrBottom
    Left = 25
    Height = 24
    Top = 238
    Width = 164
    Caption = 'FlattenHeadersCheckBox'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 8
  end
  object FilledHeadersCheckBox: TCheckBox
    AnchorSideLeft.Control = FlattenHeadersCheckBox
    AnchorSideTop.Control = FlattenHeadersCheckBox
    AnchorSideTop.Side = asrBottom
    Left = 25
    Height = 24
    Top = 262
    Width = 154
    Caption = 'FilledHeadersCheckBox'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 9
  end
  object HighlightFocusedCheckBox: TCheckBox
    AnchorSideLeft.Control = FilledHeadersCheckBox
    AnchorSideTop.Control = HeaderStyleComboBox
    AnchorSideTop.Side = asrBottom
    Left = 25
    Height = 24
    Top = 313
    Width = 175
    Caption = 'HighlightFocusedCheckBox'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 11
  end
  object SplitterWidthSpinEdit: TSpinEdit
    AnchorSideLeft.Control = SplitterWidthLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = SplitterWidthLabel
    AnchorSideTop.Side = asrCenter
    Left = 119
    Height = 23
    Top = 74
    Width = 50
    BorderSpacing.Left = 6
    MaxValue = 10
    MinValue = 1
    TabOrder = 2
    Value = 1
    Visible = False
  end
  object HeaderAlignTopLabel: TLabel
    AnchorSideLeft.Control = DragThresholdLabel
    AnchorSideTop.Control = HighlightFocusedCheckBox
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 13
    Top = 347
    Width = 117
    BorderSpacing.Top = 10
    Caption = 'HeaderAlignTopLabel'
    ParentColor = 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 = 360
    Width = 396
    Frequency = 10
    Max = 150
    OnChange = HeaderAlignTopTrackBarChange
    PageSize = 10
    Position = 0
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 10
    ParentShowHint = False
    ShowHint = True
    TabOrder = 13
  end
  object HeaderAlignTopSpinEdit: TSpinEdit
    AnchorSideLeft.Control = HeaderAlignTopLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = HeaderAlignTopLabel
    AnchorSideTop.Side = asrCenter
    Left = 133
    Height = 23
    Top = 342
    Width = 50
    BorderSpacing.Left = 6
    MaxValue = 150
    TabOrder = 12
    Visible = False
  end
  object HeaderAlignLeftLabel: TLabel
    AnchorSideLeft.Control = DragThresholdLabel
    AnchorSideTop.Control = HeaderAlignTopTrackBar
    AnchorSideTop.Side = asrBottom
    Left = 10
    Height = 13
    Top = 417
    Width = 120
    BorderSpacing.Top = 10
    Caption = 'HeaderAlignLeftLabel'
    ParentColor = 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 = 430
    Width = 396
    Frequency = 10
    Max = 200
    OnChange = HeaderAlignLeftTrackBarChange
    PageSize = 10
    Position = 0
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 10
    ParentShowHint = False
    ShowHint = True
    TabOrder = 15
  end
  object HeaderAlignLeftSpinEdit: TSpinEdit
    AnchorSideLeft.Control = HeaderAlignLeftLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = HeaderAlignLeftLabel
    AnchorSideTop.Side = asrCenter
    Left = 136
    Height = 23
    Top = 412
    Width = 50
    BorderSpacing.Left = 6
    MaxValue = 200
    TabOrder = 14
    Visible = False
  end
end