lazarus/components/fpreport/design/frmresizeelements.lfm
michael 840279723a * initial fpreport commit
git-svn-id: trunk@55719 -
2017-08-20 18:19:29 +00:00

146 lines
3.0 KiB
Plaintext

object ResizeElementsForm: TResizeElementsForm
Left = 728
Height = 280
Top = 319
Width = 455
Caption = 'Resize selected elements'
ClientHeight = 280
ClientWidth = 455
Position = poOwnerFormCenter
LCLVersion = '1.9.0.0'
object BPResize: TButtonPanel
Left = 6
Height = 42
Top = 232
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 = 219
Top = 8
Width = 184
Caption = 'Horizontal'
ClientHeight = 201
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 = 3
end
object FSEHorizontal: TFloatSpinEdit
Left = 48
Height = 27
Top = 160
Width = 90
Increment = 1
MaxValue = 100
MinValue = 0
TabOrder = 4
Value = 1
end
end
object GBVertical: TGroupBox
Left = 208
Height = 219
Top = 8
Width = 176
Caption = 'Vertical'
ClientHeight = 201
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
end
end