56 lines
1.3 KiB
Plaintext
56 lines
1.3 KiB
Plaintext
object PianetiGraph: TPianetiGraph
|
|
Left = 0
|
|
Height = 330
|
|
Top = 0
|
|
Width = 775
|
|
ClientHeight = 330
|
|
ClientWidth = 775
|
|
LCLVersion = '4.4.0.0'
|
|
TabOrder = 0
|
|
OnMouseLeave = FrameMouseLeave
|
|
DesignLeft = 343
|
|
DesignTop = 10
|
|
object PaintBox1: TPaintBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 5
|
|
Height = 300
|
|
Top = 5
|
|
Width = 765
|
|
HelpType = htKeyword
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Bottom = 20
|
|
BorderSpacing.Around = 5
|
|
Color = clForm
|
|
Font.Height = -15
|
|
Font.Name = 'Monospace'
|
|
ParentColor = False
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
OnMouseMove = PaintBox1MouseMove
|
|
OnPaint = PaintBox1Paint
|
|
end
|
|
object Label1: TLabel
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 769
|
|
Height = 1
|
|
Top = 329
|
|
Width = 1
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Right = 5
|
|
Font.Color = clWhite
|
|
Font.Height = -16
|
|
Font.Name = 'Noto Sans'
|
|
ParentFont = False
|
|
end
|
|
end
|