object AttractorLightForm: TAttractorLightForm Left = 753 Top = 112 BorderStyle = bsNone Caption = 'Light source position' ClientHeight = 201 ClientWidth = 201 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 28 Top = 52 Width = 5 Height = 5 Cursor = crHandPoint BevelOuter = bvLowered Color = 8454143 TabOrder = 0 OnMouseDown = Panel1MouseDown OnMouseMove = Panel1MouseMove OnMouseUp = Panel1MouseUp end end