lazarus/components/dockedformeditor/dockedforminitialsetupframe.lfm

108 lines
2.6 KiB
Plaintext

object DockedFormEditSetupFrame: TDockedFormEditSetupFrame
Left = 0
Height = 240
Top = 0
Width = 320
ChildSizing.LeftRightSpacing = 2
ChildSizing.TopBottomSpacing = 2
ClientHeight = 240
ClientWidth = 320
TabOrder = 0
DesignLeft = 348
DesignTop = 3
object rbFloat: TRadioButton
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 2
Height = 17
Top = 2
Width = 316
Anchors = [akTop, akLeft, akRight]
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnChange = rbDockedChange
end
object lbFloat: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = rbFloat
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 20
Height = 15
Top = 19
Width = 298
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 20
Caption = 'lbFloat'
WordWrap = True
OnClick = lbFloatClick
end
object rbDocked: TRadioButton
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lbFloat
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 2
Height = 17
Top = 34
Width = 316
Anchors = [akTop, akLeft, akRight]
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnChange = rbDockedChange
end
object lbDocked: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = rbDocked
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 20
Height = 15
Top = 51
Width = 298
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 20
Caption = 'lbDocked'
WordWrap = True
OnClick = lbDockedClick
end
object lbInfo: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lbDocked
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 2
Height = 15
Top = 72
Width = 316
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'lbInfo'
WordWrap = True
end
object lbInfo1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lbInfo
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 2
Height = 15
Top = 88
Width = 316
Alignment = taCenter
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 1
Caption = 'lbInfo1'
WordWrap = True
end
end