mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 11:32:30 +02:00
99 lines
2.5 KiB
Plaintext
99 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
|
|
ParentFont = False
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.25'
|
|
object HorizontalRadioGroup: TRadioGroup
|
|
AnchorSideBottom.Control = ACDBtnPanel
|
|
Left = 6
|
|
Height = 191
|
|
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 = 191
|
|
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 = 35
|
|
Top = 203
|
|
Width = 400
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 35
|
|
ClientWidth = 400
|
|
TabOrder = 2
|
|
object OKButton: TBitBtn
|
|
Left = 238
|
|
Height = 23
|
|
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 = 319
|
|
Height = 23
|
|
Top = 6
|
|
Width = 75
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Cancel'
|
|
Constraints.MinWidth = 75
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|