|
@@ -1,17 +1,13 @@
|
|
|
object FormEarth: TFormEarth
|
|
object FormEarth: TFormEarth
|
|
|
Left = 412
|
|
Left = 412
|
|
|
Top = 123
|
|
Top = 123
|
|
|
- Margins.Left = 5
|
|
|
|
|
- Margins.Top = 5
|
|
|
|
|
- Margins.Right = 5
|
|
|
|
|
- Margins.Bottom = 5
|
|
|
|
|
Caption = 'Earth'
|
|
Caption = 'Earth'
|
|
|
- ClientHeight = 994
|
|
|
|
|
- ClientWidth = 1356
|
|
|
|
|
|
|
+ ClientHeight = 568
|
|
|
|
|
+ ClientWidth = 775
|
|
|
Color = clBtnFace
|
|
Color = clBtnFace
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
Font.Color = clWindowText
|
|
Font.Color = clWindowText
|
|
|
- Font.Height = -19
|
|
|
|
|
|
|
+ Font.Height = -11
|
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Name = 'MS Sans Serif'
|
|
|
Font.Style = []
|
|
Font.Style = []
|
|
|
KeyPreview = True
|
|
KeyPreview = True
|
|
@@ -20,21 +16,16 @@ object FormEarth: TFormEarth
|
|
|
OnCreate = FormCreate
|
|
OnCreate = FormCreate
|
|
|
OnKeyPress = FormKeyPress
|
|
OnKeyPress = FormKeyPress
|
|
|
OnMouseWheel = FormMouseWheel
|
|
OnMouseWheel = FormMouseWheel
|
|
|
- PixelsPerInch = 168
|
|
|
|
|
- TextHeight = 24
|
|
|
|
|
|
|
+ TextHeight = 13
|
|
|
object GLSceneViewer: TGLSceneViewer
|
|
object GLSceneViewer: TGLSceneViewer
|
|
|
- Left = 226
|
|
|
|
|
|
|
+ Left = 129
|
|
|
Top = 0
|
|
Top = 0
|
|
|
- Width = 1130
|
|
|
|
|
- Height = 994
|
|
|
|
|
- Margins.Left = 5
|
|
|
|
|
- Margins.Top = 5
|
|
|
|
|
- Margins.Right = 5
|
|
|
|
|
- Margins.Bottom = 5
|
|
|
|
|
|
|
+ Width = 646
|
|
|
|
|
+ Height = 568
|
|
|
Camera = Camera
|
|
Camera = Camera
|
|
|
BeforeRender = GLSceneViewerBeforeRender
|
|
BeforeRender = GLSceneViewerBeforeRender
|
|
|
Buffer.BackgroundColor = clBlack
|
|
Buffer.BackgroundColor = clBlack
|
|
|
- FieldOfView = 161.711547851562500000
|
|
|
|
|
|
|
+ FieldOfView = 148.535995483398400000
|
|
|
PenAsTouch = False
|
|
PenAsTouch = False
|
|
|
Align = alClient
|
|
Align = alClient
|
|
|
OnDblClick = GLSceneViewerDblClick
|
|
OnDblClick = GLSceneViewerDblClick
|
|
@@ -45,26 +36,19 @@ object FormEarth: TFormEarth
|
|
|
object PanelLeft: TPanel
|
|
object PanelLeft: TPanel
|
|
|
Left = 0
|
|
Left = 0
|
|
|
Top = 0
|
|
Top = 0
|
|
|
- Width = 226
|
|
|
|
|
- Height = 994
|
|
|
|
|
- Margins.Left = 5
|
|
|
|
|
- Margins.Top = 5
|
|
|
|
|
- Margins.Right = 5
|
|
|
|
|
- Margins.Bottom = 5
|
|
|
|
|
|
|
+ Width = 129
|
|
|
|
|
+ Height = 568
|
|
|
Align = alLeft
|
|
Align = alLeft
|
|
|
TabOrder = 1
|
|
TabOrder = 1
|
|
|
|
|
+ ExplicitHeight = 543
|
|
|
object tvPlanets: TTreeView
|
|
object tvPlanets: TTreeView
|
|
|
Left = 1
|
|
Left = 1
|
|
|
Top = 1
|
|
Top = 1
|
|
|
- Width = 224
|
|
|
|
|
- Height = 992
|
|
|
|
|
- Margins.Left = 5
|
|
|
|
|
- Margins.Top = 5
|
|
|
|
|
- Margins.Right = 5
|
|
|
|
|
- Margins.Bottom = 5
|
|
|
|
|
|
|
+ Width = 127
|
|
|
|
|
+ Height = 566
|
|
|
Align = alClient
|
|
Align = alClient
|
|
|
Images = VirtPlanetSymbols
|
|
Images = VirtPlanetSymbols
|
|
|
- Indent = 33
|
|
|
|
|
|
|
+ Indent = 21
|
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
|
OnClick = tvPlanetsClick
|
|
OnClick = tvPlanetsClick
|
|
|
Items.NodeData = {
|
|
Items.NodeData = {
|
|
@@ -99,6 +83,7 @@ object FormEarth: TFormEarth
|
|
|
0000090000000900000012000000FFFFFFFF0000000000000000000100000001
|
|
0000090000000900000012000000FFFFFFFF0000000000000000000100000001
|
|
|
0550006C00750074006F0000002B0000000A0000000A00000013000000FFFFFF
|
|
0550006C00750074006F0000002B0000000A0000000A00000013000000FFFFFF
|
|
|
FF00000000000000000000000000010621046800610072006F006E00}
|
|
FF00000000000000000000000000010621046800610072006F006E00}
|
|
|
|
|
+ ExplicitHeight = 541
|
|
|
end
|
|
end
|
|
|
end
|
|
end
|
|
|
object GLScene: TGLScene
|
|
object GLScene: TGLScene
|
|
@@ -107,6 +92,7 @@ object FormEarth: TFormEarth
|
|
|
Top = 30
|
|
Top = 30
|
|
|
object SkyDome: TGLSkyDome
|
|
object SkyDome: TGLSkyDome
|
|
|
Up.Coordinates = {0000803F000000000000000000000000}
|
|
Up.Coordinates = {0000803F000000000000000000000000}
|
|
|
|
|
+ OnProgress = SkyDomeProgress
|
|
|
Bands = <
|
|
Bands = <
|
|
|
item
|
|
item
|
|
|
StartColor.Color = {0000803F0000803F0000803F0000803F}
|
|
StartColor.Color = {0000803F0000803F0000803F0000803F}
|
|
@@ -64900,8 +64886,8 @@ object FormEarth: TFormEarth
|
|
|
Name = 'Planetoid'
|
|
Name = 'Planetoid'
|
|
|
end>
|
|
end>
|
|
|
ImageCollection = PlanetSymbols
|
|
ImageCollection = PlanetSymbols
|
|
|
- Width = 32
|
|
|
|
|
- Height = 32
|
|
|
|
|
|
|
+ Width = 18
|
|
|
|
|
+ Height = 18
|
|
|
Left = 510
|
|
Left = 510
|
|
|
Top = 260
|
|
Top = 260
|
|
|
end
|
|
end
|