lazarus/designer/sizecompsdlg.lfm
2006-05-22 08:10:49 +00:00

101 lines
2.3 KiB
Plaintext

object SizeComponentsDialog: TSizeComponentsDialog
ActiveControl = OKButton
BorderStyle = bsSizeToolWin
Caption = 'SizeComponentsDialog'
ClientHeight = 190
ClientWidth = 380
OnResize = FormResize
PixelsPerInch = 96
Position = poScreenCenter
HorzScrollBar.Page = 379
VertScrollBar.Page = 189
Left = 379
Height = 190
Top = 779
Width = 380
object OKButton: TBitBtn
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Bottom = 6
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
TabOrder = 0
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 306
Height = 34
Top = 150
Width = 68
end
object CancelButton: TBitBtn
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 6
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 1
AnchorSideRight.Control = OKButton
Left = 220
Height = 34
Top = 150
Width = 80
end
object WidthRadioGroup: TRadioGroup
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Left = 6
Caption = 'WidthRadioGroup'
TabOrder = 2
AnchorSideLeft.Control = Owner
AnchorSideBottom.Control = HeightRadioGroup
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 138
Top = 6
Width = 181
object WidthEdit: TEdit
Anchors = [akRight, akBottom]
BorderSpacing.Around = 6
TabOrder = 0
Text = 'WidthEdit'
AnchorSideBottom.Control = WidthRadioGroup
AnchorSideBottom.Side = asrBottom
Left = 90
Height = 23
Top = 91
Width = 80
end
end
object HeightRadioGroup: TRadioGroup
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Caption = 'HeightRadioGroup'
TabOrder = 3
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = OKButton
Left = 193
Height = 138
Top = 6
Width = 181
object HeightEdit: TEdit
Anchors = [akRight, akBottom]
BorderSpacing.Around = 6
TabOrder = 0
Text = 'HeightEdit'
AnchorSideBottom.Control = HeightRadioGroup
AnchorSideBottom.Side = asrBottom
Left = 91
Height = 23
Top = 91
Width = 80
end
end
end