mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 14:19:19 +02:00
76 lines
1.8 KiB
Plaintext
76 lines
1.8 KiB
Plaintext
object ScaleComponentsDialog: TScaleComponentsDialog
|
|
Left = 391
|
|
Height = 107
|
|
Top = 430
|
|
Width = 301
|
|
ActiveControl = PercentEdit
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'ScaleComponentsDialog'
|
|
ClientHeight = 107
|
|
ClientWidth = 301
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.5'
|
|
object PercentLabel: TLabel
|
|
AnchorSideLeft.Control = PercentEdit
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = PercentEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 186
|
|
Height = 15
|
|
Top = 35
|
|
Width = 68
|
|
BorderSpacing.Left = 6
|
|
Caption = 'PercentLabel'
|
|
ParentColor = False
|
|
end
|
|
object ScaleLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 10
|
|
Width = 55
|
|
BorderSpacing.Left = 6
|
|
Caption = 'ScaleLabel'
|
|
ParentColor = False
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 26
|
|
Top = 75
|
|
Width = 289
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 1
|
|
ShowButtons = [pbOK, pbCancel]
|
|
ShowBevel = False
|
|
end
|
|
object PercentEdit: TSpinEdit
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ScaleLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
Left = 112
|
|
Height = 23
|
|
Top = 31
|
|
Width = 68
|
|
Anchors = [akTop]
|
|
BorderSpacing.Top = 6
|
|
Increment = 10
|
|
MaxValue = 2000
|
|
MinValue = 5
|
|
TabOrder = 0
|
|
Value = 5
|
|
end
|
|
end
|