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