lazarus/designer/scalecompsdlg.lfm
2008-09-24 12:56:01 +00:00

94 lines
2.2 KiB
Plaintext

object ScaleComponentsDialog: TScaleComponentsDialog
Left = 372
Height = 82
Top = 698
Width = 258
ActiveControl = OKButton
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsToolWindow
Caption = 'ScaleComponentsDialog'
ClientHeight = 82
ClientWidth = 258
ParentFont = False
Position = poScreenCenter
LCLVersion = '0.9.25'
object PercentLabel: TLabel
AnchorSideTop.Control = PercentEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 189
Height = 14
Top = 10
Width = 63
Anchors = [akTop, akRight]
BorderSpacing.Right = 6
Caption = 'PercentLabel'
ParentColor = False
end
object ScaleLabel: TLabel
AnchorSideTop.Control = PercentEdit
AnchorSideTop.Side = asrCenter
Left = 8
Height = 14
Top = 10
Width = 51
Caption = 'ScaleLabel'
ParentColor = False
end
object OKButton: TBitBtn
AnchorSideRight.Control = CancelButton
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 148
Height = 23
Top = 53
Width = 40
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 = 194
Height = 23
Top = 53
Width = 58
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 1
end
object PercentEdit: TEdit
AnchorSideLeft.Control = ScaleLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
AnchorSideRight.Control = PercentLabel
Left = 65
Height = 23
Top = 6
Width = 118
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
TabOrder = 2
Text = 'PercentEdit'
end
end