mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-17 05:42:40 +02:00
90 lines
2.4 KiB
Plaintext
90 lines
2.4 KiB
Plaintext
object AlignComponentsDialog: TAlignComponentsDialog
|
|
Left = 312
|
|
Height = 238
|
|
Top = 606
|
|
Width = 400
|
|
HorzScrollBar.Page = 399
|
|
VertScrollBar.Page = 237
|
|
ActiveControl = OKButton
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'AlignComponentsDialog'
|
|
OnResize = FormResize
|
|
Position = poScreenCenter
|
|
object HorizontalRadioGroup: TRadioGroup
|
|
Left = 6
|
|
Height = 195
|
|
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 = OKButton
|
|
Left = 203
|
|
Height = 195
|
|
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 OKButton: TBitBtn
|
|
AnchorSideRight.Control = CancelButton
|
|
Left = 226
|
|
Height = 25
|
|
Top = 207
|
|
Width = 75
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
Caption = '&OK'
|
|
Constraints.MaxHeight = 25
|
|
Constraints.MinWidth = 75
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 2
|
|
end
|
|
object CancelButton: TBitBtn
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 307
|
|
Height = 25
|
|
Top = 207
|
|
Width = 87
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'Cancel'
|
|
Constraints.MaxHeight = 25
|
|
Constraints.MinWidth = 75
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 3
|
|
end
|
|
end
|