mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 03:20:33 +01:00
384 lines
8.8 KiB
Plaintext
384 lines
8.8 KiB
Plaintext
object AnchorDesigner: TAnchorDesigner
|
|
Caption = 'AnchorDesigner'
|
|
ClientHeight = 259
|
|
ClientWidth = 520
|
|
OnClose = AnchorDesignerClose
|
|
OnCreate = AnchorDesignerCreate
|
|
OnDestroy = AnchorDesignerDestroy
|
|
OnShow = AnchorDesignerShow
|
|
PixelsPerInch = 112
|
|
HorzScrollBar.Page = 519
|
|
VertScrollBar.Page = 258
|
|
Left = 298
|
|
Height = 259
|
|
Top = 179
|
|
Width = 520
|
|
object BorderSpaceGroupBox: TGroupBox
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
Caption = 'BorderSpaceGroupBox'
|
|
ClientHeight = 87
|
|
ClientWidth = 168
|
|
ParentColor = True
|
|
TabOrder = 0
|
|
Left = 172
|
|
Height = 104
|
|
Top = 80
|
|
Width = 172
|
|
object LeftBorderSpaceSpinEdit: TSpinEdit
|
|
ClimbRate = 1
|
|
MaxValue = 100
|
|
OnChange = BorderSpaceSpinEditChange
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
Height = 20
|
|
Top = 30
|
|
Width = 50
|
|
end
|
|
object RightBorderSpaceSpinEdit: TSpinEdit
|
|
ClimbRate = 1
|
|
MaxValue = 100
|
|
OnChange = BorderSpaceSpinEditChange
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
Left = 118
|
|
Height = 20
|
|
Top = 30
|
|
Width = 50
|
|
end
|
|
object TopBorderSpaceSpinEdit: TSpinEdit
|
|
ClimbRate = 1
|
|
MaxValue = 100
|
|
OnChange = BorderSpaceSpinEditChange
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 2
|
|
Left = 58
|
|
Height = 20
|
|
Width = 50
|
|
end
|
|
object BottomBorderSpaceSpinEdit: TSpinEdit
|
|
ClimbRate = 1
|
|
MaxValue = 100
|
|
OnChange = BorderSpaceSpinEditChange
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 3
|
|
Left = 58
|
|
Height = 20
|
|
Top = 57
|
|
Width = 50
|
|
end
|
|
object AroundBorderSpaceSpinEdit: TSpinEdit
|
|
ClimbRate = 1
|
|
MaxValue = 100
|
|
OnChange = BorderSpaceSpinEditChange
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 4
|
|
Left = 58
|
|
Height = 20
|
|
Top = 30
|
|
Width = 50
|
|
end
|
|
end
|
|
object TopGroupBox: TGroupBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'TopGroupBox'
|
|
ClientHeight = 33
|
|
ClientWidth = 404
|
|
ParentColor = True
|
|
TabOrder = 1
|
|
Left = 64
|
|
Height = 50
|
|
Width = 408
|
|
object TopRefTopSpeedButton: TSpeedButton
|
|
Anchors = [akTop, akRight]
|
|
GroupIndex = 1
|
|
NumGlyphs = 0
|
|
OnClick = ReferenceSideButtonClicked
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
Left = 296
|
|
Height = 30
|
|
Width = 30
|
|
end
|
|
object TopRefBottomSpeedButton: TSpeedButton
|
|
Anchors = [akTop, akRight]
|
|
GroupIndex = 1
|
|
NumGlyphs = 0
|
|
OnClick = ReferenceSideButtonClicked
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
Left = 331
|
|
Height = 30
|
|
Width = 30
|
|
end
|
|
object TopRefCenterSpeedButton: TSpeedButton
|
|
Anchors = [akTop, akRight]
|
|
GroupIndex = 1
|
|
NumGlyphs = 0
|
|
OnClick = ReferenceSideButtonClicked
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
Left = 366
|
|
Height = 30
|
|
Width = 30
|
|
end
|
|
object TopSiblingLabel: TLabel
|
|
Caption = 'Sibling'
|
|
ParentColor = True
|
|
Left = 94
|
|
Height = 12
|
|
Top = 4
|
|
Width = 38
|
|
end
|
|
object TopAnchoredCheckBox: TCheckBox
|
|
Caption = 'Enabled'
|
|
OnChange = AnchorEnabledCheckBoxChange
|
|
TabOrder = 0
|
|
UseOnChange = True
|
|
Left = 2
|
|
Height = 24
|
|
Width = 70
|
|
end
|
|
object TopSiblingComboBox: TComboBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
MaxLength = 0
|
|
OnChange = SiblingComboBoxChange
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
Text = 'TopSiblingComboBox'
|
|
Left = 158
|
|
Height = 25
|
|
Width = 129
|
|
end
|
|
end
|
|
object BottomGroupBox: TGroupBox
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
Caption = 'BottomGroupBox'
|
|
ClientHeight = 33
|
|
ClientWidth = 404
|
|
ParentColor = True
|
|
TabOrder = 2
|
|
Left = 64
|
|
Height = 50
|
|
Top = 200
|
|
Width = 408
|
|
object BottomRefTopSpeedButton: TSpeedButton
|
|
Anchors = [akTop, akRight]
|
|
GroupIndex = 3
|
|
NumGlyphs = 0
|
|
OnClick = ReferenceSideButtonClicked
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
Left = 296
|
|
Height = 30
|
|
Width = 30
|
|
end
|
|
object BottomRefBottomSpeedButton: TSpeedButton
|
|
Anchors = [akTop, akRight]
|
|
GroupIndex = 3
|
|
NumGlyphs = 0
|
|
OnClick = ReferenceSideButtonClicked
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
Left = 331
|
|
Height = 30
|
|
Width = 30
|
|
end
|
|
object BottomRefCenterSpeedButton: TSpeedButton
|
|
Anchors = [akTop, akRight]
|
|
GroupIndex = 3
|
|
NumGlyphs = 0
|
|
OnClick = ReferenceSideButtonClicked
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
Left = 366
|
|
Height = 30
|
|
Width = 30
|
|
end
|
|
object BottomSiblingLabel: TLabel
|
|
Caption = 'Sibling'
|
|
ParentColor = True
|
|
Left = 94
|
|
Height = 12
|
|
Top = 8
|
|
Width = 38
|
|
end
|
|
object BottomAnchoredCheckBox: TCheckBox
|
|
Caption = 'Enabled'
|
|
OnChange = AnchorEnabledCheckBoxChange
|
|
TabOrder = 0
|
|
UseOnChange = True
|
|
Left = 2
|
|
Height = 24
|
|
Width = 70
|
|
end
|
|
object BottomSiblingComboBox: TComboBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
MaxLength = 0
|
|
OnChange = SiblingComboBoxChange
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
Text = 'BottomSiblingComboBox'
|
|
Left = 158
|
|
Height = 25
|
|
Width = 129
|
|
end
|
|
end
|
|
object RightGroupBox: TGroupBox
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
Caption = 'RightGroupBox'
|
|
ClientHeight = 112
|
|
ClientWidth = 146
|
|
ParentColor = True
|
|
TabOrder = 3
|
|
Left = 364
|
|
Height = 129
|
|
Top = 64
|
|
Width = 150
|
|
object RightRefLeftSpeedButton: TSpeedButton
|
|
GroupIndex = 4
|
|
NumGlyphs = 0
|
|
OnClick = ReferenceSideButtonClicked
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
Left = 5
|
|
Height = 30
|
|
Top = 81
|
|
Width = 30
|
|
end
|
|
object RightRefRightSpeedButton: TSpeedButton
|
|
GroupIndex = 4
|
|
NumGlyphs = 0
|
|
OnClick = ReferenceSideButtonClicked
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
Left = 40
|
|
Height = 30
|
|
Top = 81
|
|
Width = 30
|
|
end
|
|
object RightRefCenterSpeedButton: TSpeedButton
|
|
GroupIndex = 4
|
|
NumGlyphs = 0
|
|
OnClick = ReferenceSideButtonClicked
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
Left = 75
|
|
Height = 30
|
|
Top = 81
|
|
Width = 30
|
|
end
|
|
object RightSiblingLabel: TLabel
|
|
Caption = 'Sibling'
|
|
ParentColor = True
|
|
Left = 2
|
|
Height = 12
|
|
Top = 28
|
|
Width = 38
|
|
end
|
|
object RightAnchoredCheckBox: TCheckBox
|
|
Caption = 'Enabled'
|
|
OnChange = AnchorEnabledCheckBoxChange
|
|
TabOrder = 0
|
|
UseOnChange = True
|
|
Left = 2
|
|
Height = 24
|
|
Width = 70
|
|
end
|
|
object RightSiblingComboBox: TComboBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
MaxLength = 0
|
|
OnChange = SiblingComboBoxChange
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
Text = 'RightSiblingComboBox'
|
|
Left = 5
|
|
Height = 25
|
|
Top = 49
|
|
Width = 135
|
|
end
|
|
end
|
|
object LeftGroupBox: TGroupBox
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
Caption = 'LeftGroupBox'
|
|
ClientHeight = 112
|
|
ClientWidth = 146
|
|
ParentColor = True
|
|
TabOrder = 4
|
|
Left = 8
|
|
Height = 129
|
|
Top = 64
|
|
Width = 150
|
|
object LeftRefLeftSpeedButton: TSpeedButton
|
|
GroupIndex = 2
|
|
NumGlyphs = 0
|
|
OnClick = ReferenceSideButtonClicked
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
Left = 5
|
|
Height = 30
|
|
Top = 81
|
|
Width = 30
|
|
end
|
|
object LeftRefRightSpeedButton: TSpeedButton
|
|
GroupIndex = 2
|
|
NumGlyphs = 0
|
|
OnClick = ReferenceSideButtonClicked
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
Left = 40
|
|
Height = 30
|
|
Top = 81
|
|
Width = 30
|
|
end
|
|
object LeftRefCenterSpeedButton: TSpeedButton
|
|
GroupIndex = 2
|
|
NumGlyphs = 0
|
|
OnClick = ReferenceSideButtonClicked
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
Left = 75
|
|
Height = 30
|
|
Top = 81
|
|
Width = 30
|
|
end
|
|
object LeftSiblingLabel: TLabel
|
|
Caption = 'Sibling'
|
|
ParentColor = True
|
|
Left = 2
|
|
Height = 12
|
|
Top = 28
|
|
Width = 38
|
|
end
|
|
object LeftAnchoredCheckBox: TCheckBox
|
|
Caption = 'Enabled'
|
|
OnChange = AnchorEnabledCheckBoxChange
|
|
TabOrder = 0
|
|
UseOnChange = True
|
|
Left = 2
|
|
Height = 24
|
|
Width = 70
|
|
end
|
|
object LeftSiblingComboBox: TComboBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
MaxLength = 0
|
|
OnChange = SiblingComboBoxChange
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
Text = 'LeftSiblingComboBox'
|
|
Left = 5
|
|
Height = 25
|
|
Top = 49
|
|
Width = 134
|
|
end
|
|
end
|
|
end
|