lazarus/designer/aligncompsdlg.lfm
2009-01-29 06:20:21 +00:00

100 lines
2.5 KiB
Plaintext

object AlignComponentsDialog: TAlignComponentsDialog
Left = 362
Height = 238
Top = 325
Width = 400
ActiveControl = OKButton
BorderStyle = bsSizeToolWin
Caption = 'AlignComponentsDialog'
ClientHeight = 238
ClientWidth = 400
OnResize = FormResize
Position = poScreenCenter
LCLVersion = '0.9.27'
object HorizontalRadioGroup: TRadioGroup
AnchorSideBottom.Control = ACDBtnPanel
Left = 6
Height = 188
Top = 6
Width = 191
Anchors = [akTop, akLeft, akBottom]
AutoFill = True
BorderSpacing.Around = 6
Caption = 'HorizontalRadioGroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
TabOrder = 0
end
object VerticalRadioGroup: TRadioGroup
AnchorSideBottom.Control = ACDBtnPanel
Left = 203
Height = 188
Top = 6
Width = 191
Anchors = [akTop, akRight, akBottom]
AutoFill = True
BorderSpacing.Around = 6
Caption = 'VerticalRadioGroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
TabOrder = 1
end
object ACDBtnPanel: TPanel
Left = 0
Height = 38
Top = 200
Width = 400
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 38
ClientWidth = 400
TabOrder = 2
object OKButton: TBitBtn
Left = 236
Height = 26
Top = 6
Width = 75
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Caption = '&OK'
Constraints.MinWidth = 75
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
TabOrder = 0
end
object CancelButton: TBitBtn
AnchorSideRight.Side = asrBottom
Left = 317
Height = 26
Top = 6
Width = 77
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 1
end
end
end