lazarus/designer/sizecompsdlg.lfm
2009-05-01 12:41:29 +00:00

113 lines
3.1 KiB
Plaintext

object SizeComponentsDialog: TSizeComponentsDialog
Left = 668
Height = 190
Top = 400
Width = 380
BorderStyle = bsSizeToolWin
Caption = 'SizeComponentsDialog'
ClientHeight = 190
ClientWidth = 380
OnClose = FormClose
Position = poScreenCenter
LCLVersion = '0.9.27'
object PosLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Owner
Left = 190
Height = 14
Top = 0
Width = 1
ParentColor = False
end
object WidthRadioGroup: TRadioGroup
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = PosLabel
AnchorSideBottom.Control = HeightRadioGroup
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 146
Top = 6
Width = 181
Anchors = [akTop, akLeft, akRight, akBottom]
AutoFill = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 3
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 = 0
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
AnchorSideLeft.Control = PosLabel
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel1
Left = 193
Height = 146
Top = 6
Width = 181
Anchors = [akTop, akLeft, akRight, akBottom]
AutoFill = True
BorderSpacing.Left = 3
BorderSpacing.Top = 6
BorderSpacing.Right = 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 = 1
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
object ButtonPanel1: TButtonPanel
Left = 6
Height = 26
Top = 158
Width = 368
TabOrder = 2
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
end