mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 01:20:38 +01:00
127 lines
3.4 KiB
Plaintext
127 lines
3.4 KiB
Plaintext
object SizeComponentsDialog: TSizeComponentsDialog
|
|
Left = 379
|
|
Height = 190
|
|
Top = 745
|
|
Width = 380
|
|
ActiveControl = OKButton
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'SizeComponentsDialog'
|
|
ClientHeight = 190
|
|
ClientWidth = 380
|
|
OnClose = FormClose
|
|
OnResize = FormResize
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.27'
|
|
object OKButton: TBitBtn
|
|
AnchorSideRight.Control = CancelButton
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 232
|
|
Height = 26
|
|
Top = 158
|
|
Width = 59
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
Caption = '&OK'
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 0
|
|
end
|
|
object CancelButton: TBitBtn
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 297
|
|
Height = 26
|
|
Top = 158
|
|
Width = 77
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
end
|
|
object WidthRadioGroup: TRadioGroup
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideBottom.Control = HeightRadioGroup
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 146
|
|
Top = 6
|
|
Width = 181
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
AutoFill = True
|
|
BorderSpacing.Left = 6
|
|
Caption = 'WidthRadioGroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ClientHeight = 128
|
|
ClientWidth = 177
|
|
TabOrder = 2
|
|
object WidthEdit: TEdit
|
|
AnchorSideBottom.Control = WidthRadioGroup
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 86
|
|
Height = 23
|
|
Top = 99
|
|
Width = 80
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 0
|
|
Text = 'WidthEdit'
|
|
end
|
|
end
|
|
object HeightRadioGroup: TRadioGroup
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = OKButton
|
|
Left = 193
|
|
Height = 146
|
|
Top = 6
|
|
Width = 181
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoFill = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'HeightRadioGroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ClientHeight = 128
|
|
ClientWidth = 177
|
|
TabOrder = 3
|
|
object HeightEdit: TEdit
|
|
AnchorSideBottom.Control = HeightRadioGroup
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 87
|
|
Height = 23
|
|
Top = 99
|
|
Width = 80
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 0
|
|
Text = 'HeightEdit'
|
|
end
|
|
end
|
|
end
|