lazarus/designer/anchoreditor.lfm

560 lines
16 KiB
Plaintext

object AnchorDesigner: TAnchorDesigner
Left = 267
Height = 297
Top = 286
Width = 596
ActiveControl = TopAnchoredCheckBox
Caption = 'AnchorDesigner'
ClientHeight = 297
ClientWidth = 596
Constraints.MinHeight = 282
Constraints.MinWidth = 476
OnCreate = AnchorDesignerCreate
OnDestroy = AnchorDesignerDestroy
OnShow = AnchorDesignerShow
LCLVersion = '0.9.31'
object BorderSpaceGroupBox: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = TopGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = BottomGroupBox
Left = 193
Height = 170
Top = 59
Width = 210
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Top = 4
BorderSpacing.Bottom = 4
Caption = 'BorderSpaceGroupBox'
ClientHeight = 153
ClientWidth = 206
TabOrder = 2
object LeftBorderSpaceSpinEdit: TSpinEdit
AnchorSideTop.Control = AroundBorderSpaceSpinEdit
AnchorSideRight.Control = AroundBorderSpaceSpinEdit
Left = 11
Height = 19
Top = 67
Width = 56
Anchors = [akTop, akRight]
BorderSpacing.Right = 8
MaxValue = 2048
OnChange = BorderSpaceSpinEditChange
ParentShowHint = False
ShowHint = True
TabOrder = 1
Value = 1
end
object RightBorderSpaceSpinEdit: TSpinEdit
AnchorSideLeft.Control = AroundBorderSpaceSpinEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = AroundBorderSpaceSpinEdit
Left = 139
Height = 19
Top = 67
Width = 56
BorderSpacing.Left = 8
MaxValue = 2048
OnChange = BorderSpaceSpinEditChange
ParentShowHint = False
ShowHint = True
TabOrder = 3
Value = 1
end
object TopBorderSpaceSpinEdit: TSpinEdit
AnchorSideLeft.Control = AroundBorderSpaceSpinEdit
AnchorSideBottom.Control = AroundBorderSpaceSpinEdit
Left = 75
Height = 19
Top = 36
Width = 56
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 12
MaxValue = 2048
OnChange = BorderSpaceSpinEditChange
ParentShowHint = False
ShowHint = True
TabOrder = 0
Value = 1
end
object BottomBorderSpaceSpinEdit: TSpinEdit
AnchorSideLeft.Control = AroundBorderSpaceSpinEdit
AnchorSideTop.Control = AroundBorderSpaceSpinEdit
AnchorSideTop.Side = asrBottom
Left = 75
Height = 19
Top = 98
Width = 56
BorderSpacing.Top = 12
MaxValue = 2048
OnChange = BorderSpaceSpinEditChange
ParentShowHint = False
ShowHint = True
TabOrder = 4
Value = 1
end
object AroundBorderSpaceSpinEdit: TSpinEdit
AnchorSideLeft.Control = BorderSpaceGroupBox
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = BorderSpaceGroupBox
AnchorSideTop.Side = asrCenter
Left = 75
Height = 19
Top = 67
Width = 56
MaxValue = 2048
OnChange = BorderSpaceSpinEditChange
ParentShowHint = False
ShowHint = True
TabOrder = 2
Value = 1
end
end
object TopGroupBox: TGroupBox
Left = 56
Height = 55
Top = 0
Width = 484
Anchors = [akTop, akLeft, akRight]
AutoSize = True
Caption = 'TopGroupBox'
ClientHeight = 38
ClientWidth = 480
TabOrder = 0
object TopRefTopSpeedButton: TSpeedButton
AnchorSideTop.Control = TopRefCenterSpeedButton
AnchorSideRight.Control = TopRefBottomSpeedButton
AnchorSideBottom.Side = asrBottom
Left = 374
Height = 30
Top = 0
Width = 30
Anchors = [akTop, akRight]
BorderSpacing.Right = 4
GroupIndex = 1
NumGlyphs = 0
Transparent = False
OnClick = ReferenceSideButtonClicked
ShowHint = True
ParentShowHint = False
end
object TopRefBottomSpeedButton: TSpeedButton
AnchorSideTop.Control = TopRefCenterSpeedButton
AnchorSideRight.Control = TopRefCenterSpeedButton
AnchorSideBottom.Side = asrBottom
Left = 408
Height = 30
Top = 0
Width = 30
Anchors = [akTop, akRight]
BorderSpacing.Right = 4
GroupIndex = 1
NumGlyphs = 0
Transparent = False
OnClick = ReferenceSideButtonClicked
ShowHint = True
ParentShowHint = False
end
object TopRefCenterSpeedButton: TSpeedButton
AnchorSideRight.Control = TopGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = TopGroupBox
AnchorSideBottom.Side = asrBottom
Left = 442
Height = 30
Top = 0
Width = 30
Anchors = [akRight, akBottom]
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
GroupIndex = 1
NumGlyphs = 0
Transparent = False
OnClick = ReferenceSideButtonClicked
ShowHint = True
ParentShowHint = False
end
object TopSiblingLabel: TLabel
AnchorSideLeft.Control = TopAnchoredCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TopRefCenterSpeedButton
AnchorSideTop.Side = asrCenter
Left = 93
Height = 14
Top = 8
Width = 39
BorderSpacing.Left = 16
Caption = 'Sibling'
ParentColor = False
end
object TopAnchoredCheckBox: TCheckBox
AnchorSideTop.Control = TopRefCenterSpeedButton
AnchorSideTop.Side = asrCenter
Left = 8
Height = 18
Top = 6
Width = 69
BorderSpacing.Left = 8
Caption = 'Enabled'
OnChange = AnchorEnabledCheckBoxChange
TabOrder = 0
end
object TopSiblingComboBox: TComboBox
AnchorSideLeft.Control = TopSiblingLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TopRefCenterSpeedButton
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = TopRefTopSpeedButton
Left = 136
Height = 20
Top = 5
Width = 226
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 4
BorderSpacing.Right = 12
ItemHeight = 0
OnEditingDone = SiblingComboBoxChange
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = 'TopSiblingComboBox'
end
end
object BottomGroupBox: TGroupBox
Left = 56
Height = 55
Top = 233
Width = 484
Anchors = [akLeft, akRight, akBottom]
AutoSize = True
Caption = 'BottomGroupBox'
ClientHeight = 38
ClientWidth = 480
TabOrder = 4
object BottomRefTopSpeedButton: TSpeedButton
AnchorSideTop.Control = BottomRefCenterSpeedButton
AnchorSideRight.Control = BottomRefBottomSpeedButton
Left = 374
Height = 30
Top = 0
Width = 30
Anchors = [akTop, akRight]
BorderSpacing.Right = 4
GroupIndex = 3
NumGlyphs = 0
Transparent = False
OnClick = ReferenceSideButtonClicked
ShowHint = True
ParentShowHint = False
end
object BottomRefBottomSpeedButton: TSpeedButton
AnchorSideTop.Control = BottomRefCenterSpeedButton
AnchorSideRight.Control = BottomRefCenterSpeedButton
Left = 408
Height = 30
Top = 0
Width = 30
Anchors = [akTop, akRight]
BorderSpacing.Right = 4
GroupIndex = 3
NumGlyphs = 0
Transparent = False
OnClick = ReferenceSideButtonClicked
ShowHint = True
ParentShowHint = False
end
object BottomRefCenterSpeedButton: TSpeedButton
AnchorSideRight.Control = BottomGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = BottomGroupBox
AnchorSideBottom.Side = asrBottom
Left = 442
Height = 30
Top = 0
Width = 30
Anchors = [akRight, akBottom]
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
GroupIndex = 3
NumGlyphs = 0
Transparent = False
OnClick = ReferenceSideButtonClicked
ShowHint = True
ParentShowHint = False
end
object BottomSiblingLabel: TLabel
AnchorSideLeft.Control = BottomAnchoredCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BottomRefCenterSpeedButton
AnchorSideTop.Side = asrCenter
Left = 93
Height = 14
Top = 8
Width = 39
BorderSpacing.Left = 16
Caption = 'Sibling'
ParentColor = False
end
object BottomAnchoredCheckBox: TCheckBox
AnchorSideTop.Control = BottomRefCenterSpeedButton
AnchorSideTop.Side = asrCenter
Left = 8
Height = 18
Top = 6
Width = 69
BorderSpacing.Left = 8
Caption = 'Enabled'
OnChange = AnchorEnabledCheckBoxChange
TabOrder = 0
end
object BottomSiblingComboBox: TComboBox
AnchorSideLeft.Control = BottomSiblingLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BottomRefCenterSpeedButton
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = BottomRefTopSpeedButton
Left = 136
Height = 20
Top = 5
Width = 226
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 4
BorderSpacing.Right = 12
ItemHeight = 0
OnEditingDone = SiblingComboBoxChange
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = 'BottomSiblingComboBox'
end
end
object RightGroupBox: TGroupBox
AnchorSideLeft.Control = BorderSpaceGroupBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BorderSpaceGroupBox
AnchorSideBottom.Control = BorderSpaceGroupBox
AnchorSideBottom.Side = asrBottom
Left = 407
Height = 170
Top = 59
Width = 179
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 4
Caption = 'RightGroupBox'
ClientHeight = 153
ClientWidth = 175
TabOrder = 3
object RightRefLeftSpeedButton: TSpeedButton
AnchorSideTop.Control = RightRefCenterSpeedButton
AnchorSideRight.Control = RightRefRightSpeedButton
Left = 69
Height = 30
Top = 98
Width = 30
Anchors = [akTop, akRight]
BorderSpacing.Right = 4
GroupIndex = 4
NumGlyphs = 0
Transparent = False
OnClick = ReferenceSideButtonClicked
ShowHint = True
ParentShowHint = False
end
object RightRefRightSpeedButton: TSpeedButton
AnchorSideTop.Control = RightRefCenterSpeedButton
AnchorSideRight.Control = RightRefCenterSpeedButton
Left = 103
Height = 30
Top = 98
Width = 30
Anchors = [akTop, akRight]
BorderSpacing.Right = 4
GroupIndex = 4
NumGlyphs = 0
Transparent = False
OnClick = ReferenceSideButtonClicked
ShowHint = True
ParentShowHint = False
end
object RightRefCenterSpeedButton: TSpeedButton
AnchorSideTop.Control = RightSiblingComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = RightSiblingComboBox
AnchorSideRight.Side = asrBottom
Left = 137
Height = 30
Top = 98
Width = 30
Anchors = [akTop, akRight]
BorderSpacing.Top = 12
GroupIndex = 4
NumGlyphs = 0
Transparent = False
OnClick = ReferenceSideButtonClicked
ShowHint = True
ParentShowHint = False
end
object RightSiblingLabel: TLabel
AnchorSideLeft.Control = RightSiblingComboBox
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = RightSiblingComboBox
Left = 8
Height = 14
Top = 52
Width = 39
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 2
Caption = 'Sibling'
ParentColor = False
end
object RightAnchoredCheckBox: TCheckBox
AnchorSideLeft.Control = RightSiblingComboBox
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = RightSiblingLabel
Left = 8
Height = 18
Top = 26
Width = 69
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 8
Caption = 'Enabled'
OnChange = AnchorEnabledCheckBoxChange
TabOrder = 0
end
object RightSiblingComboBox: TComboBox
AnchorSideLeft.Control = RightGroupBox
AnchorSideTop.Control = RightGroupBox
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = RightGroupBox
AnchorSideRight.Side = asrBottom
Left = 8
Height = 20
Top = 66
Width = 159
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
ItemHeight = 0
OnEditingDone = SiblingComboBoxChange
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = 'RightSiblingComboBox'
end
end
object LeftGroupBox: TGroupBox
AnchorSideTop.Control = BorderSpaceGroupBox
AnchorSideRight.Control = BorderSpaceGroupBox
AnchorSideBottom.Control = BorderSpaceGroupBox
AnchorSideBottom.Side = asrBottom
Left = 8
Height = 170
Top = 59
Width = 181
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Right = 4
Caption = 'LeftGroupBox'
ClientHeight = 153
ClientWidth = 177
TabOrder = 1
object LeftRefLeftSpeedButton: TSpeedButton
AnchorSideTop.Control = LeftRefCenterSpeedButton
AnchorSideRight.Control = LeftRefRightSpeedButton
Left = 71
Height = 30
Top = 98
Width = 30
Anchors = [akTop, akRight]
BorderSpacing.Right = 4
GroupIndex = 2
NumGlyphs = 0
Transparent = False
OnClick = ReferenceSideButtonClicked
ShowHint = True
ParentShowHint = False
end
object LeftRefRightSpeedButton: TSpeedButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LeftRefCenterSpeedButton
AnchorSideRight.Control = LeftRefCenterSpeedButton
Left = 105
Height = 30
Top = 98
Width = 30
Anchors = [akTop, akRight]
BorderSpacing.Right = 4
GroupIndex = 2
NumGlyphs = 0
Transparent = False
OnClick = ReferenceSideButtonClicked
ShowHint = True
ParentShowHint = False
end
object LeftRefCenterSpeedButton: TSpeedButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LeftSiblingComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = LeftSiblingComboBox
AnchorSideRight.Side = asrBottom
Left = 139
Height = 30
Top = 98
Width = 30
Anchors = [akTop, akRight]
BorderSpacing.Top = 12
GroupIndex = 2
NumGlyphs = 0
Transparent = False
OnClick = ReferenceSideButtonClicked
ShowHint = True
ParentShowHint = False
end
object LeftSiblingLabel: TLabel
AnchorSideLeft.Control = LeftSiblingComboBox
AnchorSideBottom.Control = LeftSiblingComboBox
Left = 8
Height = 14
Top = 52
Width = 39
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 2
Caption = 'Sibling'
ParentColor = False
end
object LeftAnchoredCheckBox: TCheckBox
AnchorSideLeft.Control = LeftSiblingComboBox
AnchorSideBottom.Control = LeftSiblingLabel
Left = 8
Height = 18
Top = 26
Width = 69
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 8
Caption = 'Enabled'
OnChange = AnchorEnabledCheckBoxChange
TabOrder = 0
end
object LeftSiblingComboBox: TComboBox
AnchorSideLeft.Control = LeftGroupBox
AnchorSideTop.Control = LeftGroupBox
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = LeftGroupBox
AnchorSideRight.Side = asrBottom
Left = 8
Height = 20
Top = 66
Width = 161
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
ItemHeight = 0
OnEditingDone = SiblingComboBoxChange
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = 'LeftSiblingComboBox'
end
end
end