object frmRadarMap: TfrmRadarMap Left = 290 Height = 360 Top = 171 Width = 479 HorzScrollBar.Page = 478 VertScrollBar.Page = 359 ActiveControl = sbMain Caption = 'Radar Map (1:8)' ClientHeight = 360 ClientWidth = 479 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize Position = poOwnerFormCenter ShowInTaskBar = stAlways LCLVersion = '0.9.29' object pnlBottom: TPanel Left = 0 Height = 21 Top = 339 Width = 479 Align = alBottom BevelOuter = bvNone ClientHeight = 21 ClientWidth = 479 TabOrder = 0 object lblPosition: TLabel Left = 8 Height = 21 Top = 0 Width = 39 Align = alLeft BorderSpacing.Left = 8 Layout = tlCenter ParentColor = False end end object sbMain: TScrollBox Left = 0 Height = 339 Top = 0 Width = 479 Align = alClient ClientHeight = 335 ClientWidth = 475 TabOrder = 1 object pbRadar: TPaintBox Left = 0 Height = 202 Top = 0 Width = 292 OnMouseDown = pbRadarMouseDown OnMouseMove = pbRadarMouseMove OnMouseLeave = pbRadarMouseLeave OnPaint = pbRadarPaint end end end