CentrED/Client/UfrmRadar.lfm

65 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

object frmRadarMap: TfrmRadarMap
Left = 290
2022-05-08 10:47:53 +02:00
Height = 562
Top = 171
2022-05-08 10:47:53 +02:00
Width = 749
HorzScrollBar.Page = 478
VertScrollBar.Page = 359
ActiveControl = sbMain
Caption = 'Radar Map (1:8)'
2022-05-08 10:47:53 +02:00
ClientHeight = 562
ClientWidth = 749
DesignTimePPI = 120
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnResize = FormResize
Position = poOwnerFormCenter
ShowInTaskBar = stAlways
2022-05-08 10:47:53 +02:00
LCLVersion = '2.3.0.0'
object pnlBottom: TPanel
Left = 0
2022-05-08 10:47:53 +02:00
Height = 32
Top = 418
2022-05-07 11:59:04 +02:00
Width = 599
Align = alBottom
BevelOuter = bvNone
2022-05-08 10:47:53 +02:00
ClientHeight = 32
2022-05-07 11:59:04 +02:00
ClientWidth = 599
TabOrder = 0
object lblPosition: TLabel
2022-05-07 11:59:04 +02:00
Left = 10
Height = 26
Top = 0
2022-05-07 11:59:04 +02:00
Width = 1
Align = alLeft
2022-05-08 10:47:53 +02:00
BorderSpacing.Left = 12
2022-05-07 11:59:04 +02:00
Color = clDefault
Layout = tlCenter
ParentColor = False
end
end
object sbMain: TScrollBox
Left = 0
2022-05-07 11:59:04 +02:00
Height = 424
Top = 0
2022-05-07 11:59:04 +02:00
Width = 599
HorzScrollBar.Page = 365
VertScrollBar.Page = 252
Align = alClient
2022-05-07 11:59:04 +02:00
ClientHeight = 422
ClientWidth = 597
TabOrder = 1
object pbRadar: TPaintBox
Left = 0
2022-05-08 10:47:53 +02:00
Height = 315
Top = 0
2022-05-08 10:47:53 +02:00
Width = 456
OnMouseDown = pbRadarMouseDown
OnMouseLeave = pbRadarMouseLeave
2022-05-07 11:59:04 +02:00
OnMouseMove = pbRadarMouseMove
OnPaint = pbRadarPaint
end
end
end