lazarus/designer/aligncompsdlg.lfm
2007-10-20 22:53:55 +00:00

101 lines
2.6 KiB
Plaintext

object AlignComponentsDialog: TAlignComponentsDialog
Left = 362
Height = 238
Top = 325
Width = 400
HorzScrollBar.Page = 399
VertScrollBar.Page = 237
ActiveControl = OKButton
BorderStyle = bsSizeToolWin
Caption = 'AlignComponentsDialog'
ClientHeight = 238
ClientWidth = 400
OnResize = FormResize
Position = poScreenCenter
object HorizontalRadioGroup: TRadioGroup
AnchorSideBottom.Control = ACDBtnPanel
Left = 6
Height = 176
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 = 176
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
Height = 50
Top = 188
Width = 400
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 50
ClientWidth = 400
TabOrder = 2
object OKButton: TBitBtn
AnchorSideRight.Control = CancelButton
Left = 227
Height = 38
Top = 6
Width = 75
Align = alRight
Anchors = [akRight, akBottom]
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 = 308
Height = 38
Top = 6
Width = 86
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Cancel'
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 1
end
end
end