lazarus-ccr/components/lazmapviewer/examples/gpstilelayer_demo/main.lfm

49 lines
1004 B
Plaintext

object MainForm: TMainForm
Left = 314
Height = 477
Top = 130
Width = 699
Caption = 'MainForm'
ClientHeight = 477
ClientWidth = 699
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
object MapView: TMapView
Left = 0
Height = 442
Top = 0
Width = 699
Align = alClient
DownloadEngine = MapView.BuiltInDLE
DrawingEngine = MapView.BuiltInDE
Layers = <>
Font.Color = clBlack
end
object Panel1: TPanel
Left = 0
Height = 35
Top = 442
Width = 699
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 35
ClientWidth = 699
TabOrder = 1
object cbShowOverlay: TCheckBox
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
Left = 8
Height = 19
Top = 8
Width = 160
BorderSpacing.Around = 8
Caption = 'Show Railway Map Overlay'
Checked = True
State = cbChecked
TabOrder = 0
OnChange = cbShowOverlayChange
end
end
end