2007-12-21 21:31:58 +01:00
|
|
|
object frmElevateSettings: TfrmElevateSettings
|
|
|
|
Left = 290
|
2008-08-29 12:09:26 +02:00
|
|
|
Height = 115
|
2007-12-21 21:31:58 +01:00
|
|
|
Top = 171
|
2008-08-29 12:09:26 +02:00
|
|
|
Width = 231
|
|
|
|
HorzScrollBar.Page = 230
|
2008-08-17 15:38:54 +02:00
|
|
|
HorzScrollBar.Range = 122
|
2008-08-29 12:09:26 +02:00
|
|
|
VertScrollBar.Page = 114
|
2008-08-17 15:38:54 +02:00
|
|
|
VertScrollBar.Range = 59
|
2007-12-21 21:31:58 +01:00
|
|
|
ActiveControl = rbRaise
|
2008-08-17 15:38:54 +02:00
|
|
|
AutoScroll = False
|
2007-12-21 21:31:58 +01:00
|
|
|
BorderIcons = []
|
|
|
|
BorderStyle = bsToolWindow
|
|
|
|
Caption = 'Elevate'
|
2008-08-29 12:09:26 +02:00
|
|
|
ClientHeight = 115
|
|
|
|
ClientWidth = 231
|
2008-08-17 15:38:54 +02:00
|
|
|
Font.Height = -11
|
2007-12-21 21:31:58 +01:00
|
|
|
OnClose = FormClose
|
|
|
|
OnDeactivate = FormDeactivate
|
2008-08-17 15:38:54 +02:00
|
|
|
LCLVersion = '0.9.25'
|
2008-08-29 12:09:26 +02:00
|
|
|
object Panel1: TPanel
|
2007-12-21 21:31:58 +01:00
|
|
|
Left = 8
|
2008-08-29 12:09:26 +02:00
|
|
|
Height = 67
|
2007-12-21 21:31:58 +01:00
|
|
|
Top = 8
|
2008-08-29 12:09:26 +02:00
|
|
|
Width = 215
|
|
|
|
Align = alTop
|
|
|
|
BorderSpacing.Around = 8
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 67
|
|
|
|
ClientWidth = 215
|
2007-12-21 21:31:58 +01:00
|
|
|
TabOrder = 0
|
2008-08-29 12:09:26 +02:00
|
|
|
object Panel2: TPanel
|
|
|
|
Height = 67
|
|
|
|
Width = 162
|
|
|
|
Align = alClient
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 67
|
|
|
|
ClientWidth = 162
|
|
|
|
ParentFont = True
|
|
|
|
TabOrder = 0
|
|
|
|
object rbRaise: TRadioButton
|
|
|
|
Height = 21
|
|
|
|
Width = 162
|
|
|
|
Align = alTop
|
|
|
|
Caption = 'Raise'
|
|
|
|
Checked = True
|
|
|
|
State = cbChecked
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object rbLower: TRadioButton
|
|
|
|
Height = 21
|
|
|
|
Top = 21
|
|
|
|
Width = 162
|
|
|
|
Align = alTop
|
|
|
|
Caption = 'Lower'
|
|
|
|
ParentFont = True
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object rbSet: TRadioButton
|
|
|
|
Height = 21
|
|
|
|
Top = 42
|
|
|
|
Width = 162
|
|
|
|
Align = alTop
|
|
|
|
Caption = 'Set'
|
|
|
|
ParentFont = True
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object Panel3: TPanel
|
|
|
|
Left = 162
|
|
|
|
Height = 67
|
|
|
|
Width = 53
|
|
|
|
Align = alRight
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 67
|
|
|
|
ClientWidth = 53
|
|
|
|
TabOrder = 1
|
|
|
|
object seZ: TSpinEdit
|
|
|
|
Left = 7
|
|
|
|
Height = 23
|
|
|
|
Top = 20
|
|
|
|
Width = 47
|
|
|
|
MaxValue = 127
|
|
|
|
MinValue = -128
|
|
|
|
ParentFont = True
|
|
|
|
TabOrder = 0
|
|
|
|
Value = 1
|
|
|
|
end
|
|
|
|
end
|
2007-12-21 21:31:58 +01:00
|
|
|
end
|
2008-08-29 12:09:26 +02:00
|
|
|
object Panel4: TPanel
|
2007-12-21 21:31:58 +01:00
|
|
|
Left = 8
|
|
|
|
Height = 23
|
2008-08-29 12:09:26 +02:00
|
|
|
Top = 83
|
|
|
|
Width = 215
|
|
|
|
Align = alTop
|
|
|
|
BorderSpacing.Around = 8
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 23
|
|
|
|
ClientWidth = 215
|
|
|
|
TabOrder = 1
|
|
|
|
object cbRandomHeight: TCheckBox
|
|
|
|
Height = 23
|
|
|
|
Width = 168
|
|
|
|
Align = alClient
|
|
|
|
Caption = 'Add Random Altitude'
|
|
|
|
ParentFont = True
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object seRandomHeight: TSpinEdit
|
|
|
|
Left = 168
|
|
|
|
Height = 23
|
|
|
|
Width = 47
|
|
|
|
Align = alRight
|
|
|
|
OnChange = seRandomHeightChange
|
|
|
|
ParentFont = True
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
2007-12-21 21:31:58 +01:00
|
|
|
end
|
|
|
|
end
|