CentrED/Client/UfrmRadar.lfm

65 lines
1.3 KiB
Plaintext

object frmRadarMap: TfrmRadarMap
Left = 290
Height = 562
Top = 171
Width = 749
HorzScrollBar.Page = 478
VertScrollBar.Page = 359
ActiveControl = sbMain
Caption = 'Radar Map (1:8)'
ClientHeight = 562
ClientWidth = 749
DesignTimePPI = 120
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnResize = FormResize
Position = poOwnerFormCenter
ShowInTaskBar = stAlways
LCLVersion = '2.3.0.0'
object pnlBottom: TPanel
Left = 0
Height = 32
Top = 418
Width = 599
Align = alBottom
BevelOuter = bvNone
ClientHeight = 32
ClientWidth = 599
TabOrder = 0
object lblPosition: TLabel
Left = 10
Height = 26
Top = 0
Width = 1
Align = alLeft
BorderSpacing.Left = 12
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 = 315
Top = 0
Width = 456
OnMouseDown = pbRadarMouseDown
OnMouseLeave = pbRadarMouseLeave
OnMouseMove = pbRadarMouseMove
OnPaint = pbRadarPaint
end
end
end