mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 21:04:09 +02:00
86 lines
1.8 KiB
Plaintext
86 lines
1.8 KiB
Plaintext
object ScaleComponentsDialog: TScaleComponentsDialog
|
|
ActiveControl = OKButton
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'ScaleComponentsDialog'
|
|
ClientHeight = 82
|
|
ClientWidth = 258
|
|
PixelsPerInch = 96
|
|
Position = poScreenCenter
|
|
HorzScrollBar.Page = 257
|
|
VertScrollBar.Page = 81
|
|
Left = 319
|
|
Height = 82
|
|
Top = 881
|
|
Width = 258
|
|
object PercentLabel: TLabel
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'PercentLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 189
|
|
Height = 14
|
|
Top = 8
|
|
Width = 63
|
|
end
|
|
object ScaleLabel: TLabel
|
|
Caption = 'ScaleLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
Left = 8
|
|
Height = 14
|
|
Top = 8
|
|
Width = 51
|
|
end
|
|
object OKButton: TBitBtn
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
|
|
Caption = '&OK'
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 0
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 184
|
|
Height = 34
|
|
Top = 40
|
|
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 = 98
|
|
Height = 34
|
|
Top = 40
|
|
Width = 80
|
|
end
|
|
object PercentEdit: TEdit
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
TabOrder = 2
|
|
Text = 'PercentEdit'
|
|
AnchorSideLeft.Control = ScaleLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = PercentLabel
|
|
Left = 65
|
|
Height = 23
|
|
Top = 8
|
|
Width = 118
|
|
end
|
|
end
|