93 lines
2.1 KiB
Plaintext
93 lines
2.1 KiB
Plaintext
inherited frmElevateSettings: TfrmElevateSettings
|
|
Left = 290
|
|
Height = 114
|
|
Top = 171
|
|
Width = 250
|
|
Caption = 'Elevate'
|
|
ClientHeight = 114
|
|
ClientWidth = 250
|
|
object rbRaise: TRadioButton[0]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 8
|
|
Height = 19
|
|
Top = 8
|
|
Width = 47
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
Caption = 'Raise'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 2
|
|
end
|
|
object rbLower: TRadioButton[1]
|
|
AnchorSideLeft.Control = rbRaise
|
|
AnchorSideTop.Control = rbRaise
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 19
|
|
Top = 27
|
|
Width = 52
|
|
Caption = 'Lower'
|
|
TabOrder = 0
|
|
TabStop = False
|
|
end
|
|
object rbSet: TRadioButton[2]
|
|
AnchorSideLeft.Control = rbLower
|
|
AnchorSideTop.Control = rbLower
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 19
|
|
Top = 46
|
|
Width = 36
|
|
Caption = 'Set'
|
|
TabOrder = 1
|
|
TabStop = False
|
|
end
|
|
object cbRandomHeight: TCheckBox[3]
|
|
AnchorSideLeft.Control = rbSet
|
|
AnchorSideTop.Control = rbSet
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 19
|
|
Top = 81
|
|
Width = 135
|
|
BorderSpacing.Top = 16
|
|
Caption = 'Add Random Altitude'
|
|
TabOrder = 3
|
|
end
|
|
object seRandomHeight: TSpinEdit[4]
|
|
AnchorSideLeft.Control = seZ
|
|
AnchorSideTop.Control = cbRandomHeight
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 197
|
|
Height = 25
|
|
Top = 78
|
|
Width = 45
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
OnChange = seRandomHeightChange
|
|
TabOrder = 4
|
|
end
|
|
object seZ: TSpinEdit[5]
|
|
AnchorSideLeft.Control = rbSet
|
|
AnchorSideTop.Control = rbLower
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 197
|
|
Height = 25
|
|
Top = 24
|
|
Width = 45
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Right = 8
|
|
MaxValue = 127
|
|
MinValue = -128
|
|
TabOrder = 5
|
|
Value = 1
|
|
end
|
|
end
|