object frmRadarMap: TfrmRadarMap Left = 290 Height = 450 Top = 171 Width = 599 HorzScrollBar.Page = 478 VertScrollBar.Page = 359 ActiveControl = sbMain Caption = 'Radar Map (1:8)' ClientHeight = 450 ClientWidth = 599 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize Position = poOwnerFormCenter ShowInTaskBar = stAlways object pnlBottom: TPanel Left = 0 Height = 26 Top = 424 Width = 599 Align = alBottom BevelOuter = bvNone ClientHeight = 26 ClientWidth = 599 TabOrder = 0 object lblPosition: TLabel Left = 10 Height = 26 Top = 0 Width = 1 Align = alLeft BorderSpacing.Left = 10 Color = clDefault Layout = tlCenter ParentColor = False end end object sbMain: TScrollBox Left = 0 Height = 424 Top = 0 Width = 599 HorzScrollBar.Page = 365 VertScrollBar.Page = 252 Align = alClient ClientHeight = 422 ClientWidth = 597 TabOrder = 1 object pbRadar: TPaintBox Left = 0 Height = 252 Top = 0 Width = 365 OnMouseDown = pbRadarMouseDown OnMouseLeave = pbRadarMouseLeave OnMouseMove = pbRadarMouseMove OnPaint = pbRadarPaint end end end