mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 19:38:18 +02:00
164 lines
3.3 KiB
Plaintext
164 lines
3.3 KiB
Plaintext
object ResizeElementsForm: TResizeElementsForm
|
|
Left = 728
|
|
Height = 328
|
|
Top = 319
|
|
Width = 455
|
|
Caption = 'Resize selected elements'
|
|
ClientHeight = 328
|
|
ClientWidth = 455
|
|
Position = poOwnerFormCenter
|
|
LCLVersion = '1.9.0.0'
|
|
object BPResize: TButtonPanel
|
|
Left = 6
|
|
Height = 42
|
|
Top = 280
|
|
Width = 443
|
|
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 = 0
|
|
ShowButtons = [pbOK, pbCancel]
|
|
end
|
|
object GBHorizontal: TGroupBox
|
|
Left = 8
|
|
Height = 256
|
|
Top = 8
|
|
Width = 184
|
|
Caption = 'Horizontal'
|
|
ClientHeight = 238
|
|
ClientWidth = 182
|
|
TabOrder = 1
|
|
object RBHNone: TRadioButton
|
|
Left = 18
|
|
Height = 22
|
|
Top = 12
|
|
Width = 54
|
|
Caption = 'None'
|
|
Checked = True
|
|
OnClick = RBHFixedClick
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object RBHSmallest: TRadioButton
|
|
Left = 18
|
|
Height = 22
|
|
Top = 50
|
|
Width = 72
|
|
Caption = 'Smallest'
|
|
OnClick = RBHFixedClick
|
|
TabOrder = 1
|
|
end
|
|
object RBHLargest: TRadioButton
|
|
Left = 18
|
|
Height = 22
|
|
Top = 88
|
|
Width = 66
|
|
Caption = 'Largest'
|
|
OnClick = RBHFixedClick
|
|
TabOrder = 2
|
|
end
|
|
object RBHFixed: TRadioButton
|
|
Left = 18
|
|
Height = 22
|
|
Top = 128
|
|
Width = 78
|
|
Caption = 'Fixed size'
|
|
OnClick = RBHFixedClick
|
|
TabOrder = 4
|
|
end
|
|
object FSEHorizontal: TFloatSpinEdit
|
|
Left = 48
|
|
Height = 27
|
|
Top = 160
|
|
Width = 90
|
|
Increment = 1
|
|
MaxValue = 100
|
|
MinValue = 0
|
|
TabOrder = 5
|
|
Value = 1
|
|
end
|
|
object RBHParentSize: TRadioButton
|
|
Left = 18
|
|
Height = 22
|
|
Top = 208
|
|
Width = 86
|
|
Caption = 'Parent size'
|
|
OnClick = RBHFixedClick
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object GBVertical: TGroupBox
|
|
Left = 208
|
|
Height = 248
|
|
Top = 8
|
|
Width = 176
|
|
Caption = 'Vertical'
|
|
ClientHeight = 230
|
|
ClientWidth = 174
|
|
TabOrder = 2
|
|
object RBVNone: TRadioButton
|
|
Left = 18
|
|
Height = 22
|
|
Top = 12
|
|
Width = 54
|
|
Caption = 'None'
|
|
Checked = True
|
|
OnClick = RBVNoneClick
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object RBVSmallest: TRadioButton
|
|
Left = 18
|
|
Height = 22
|
|
Top = 50
|
|
Width = 72
|
|
Caption = 'Smallest'
|
|
OnClick = RBVNoneClick
|
|
TabOrder = 1
|
|
end
|
|
object RBVLargest: TRadioButton
|
|
Left = 18
|
|
Height = 22
|
|
Top = 88
|
|
Width = 66
|
|
Caption = 'Largest'
|
|
OnClick = RBVNoneClick
|
|
TabOrder = 2
|
|
end
|
|
object RBVFixed: TRadioButton
|
|
Left = 18
|
|
Height = 22
|
|
Top = 128
|
|
Width = 78
|
|
Caption = 'Fixed size'
|
|
OnClick = RBVNoneClick
|
|
TabOrder = 3
|
|
end
|
|
object FSEVertical: TFloatSpinEdit
|
|
Left = 48
|
|
Height = 27
|
|
Top = 160
|
|
Width = 90
|
|
Increment = 1
|
|
MaxValue = 100
|
|
MinValue = 0
|
|
TabOrder = 4
|
|
Value = 1
|
|
end
|
|
object RBVParentSize: TRadioButton
|
|
Left = 18
|
|
Height = 22
|
|
Top = 208
|
|
Width = 86
|
|
Caption = 'Parent size'
|
|
OnClick = RBHFixedClick
|
|
TabOrder = 5
|
|
end
|
|
end
|
|
end
|