27 lines
551 B
Plaintext
27 lines
551 B
Plaintext
object StarfieldMainForm: TStarfieldMainForm
|
|
Left = 192
|
|
Top = 119
|
|
Width = 869
|
|
Height = 636
|
|
Caption = 'JvStarfield example'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object JvStarfield1: TJvStarfield
|
|
Left = 0
|
|
Top = 0
|
|
Width = 861
|
|
Height = 609
|
|
Align = alClient
|
|
Active = True
|
|
Stars = 1000
|
|
MaxSpeed = 100
|
|
end
|
|
end
|