
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9514 8e941d3f-bd1b-0410-a28a-d453659cc2b4
86 lines
2.1 KiB
Plaintext
86 lines
2.1 KiB
Plaintext
object Form1: TForm1
|
|
Left = 314
|
|
Height = 406
|
|
Top = 130
|
|
Width = 1109
|
|
Caption = 'Linked maps demo'
|
|
ChildSizing.HorizontalSpacing = 4
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
ClientHeight = 406
|
|
ClientWidth = 1109
|
|
LCLVersion = '4.99.0.0'
|
|
OnCreate = FormCreate
|
|
object Panel1: TPanel
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 4
|
|
Height = 398
|
|
Top = 4
|
|
Width = 548
|
|
BorderSpacing.Left = 4
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Bottom = 4
|
|
Caption = 'Panel1'
|
|
ClientHeight = 398
|
|
ClientWidth = 548
|
|
TabOrder = 0
|
|
object MapView1: TMapView
|
|
Left = 1
|
|
Height = 396
|
|
Top = 1
|
|
Width = 546
|
|
Align = alClient
|
|
Cyclic = True
|
|
DownloadEngine = MapView1.BuiltInDLE
|
|
DrawingEngine = MapView1.BuiltInDE
|
|
Layers = <>
|
|
Font.Color = clBlack
|
|
MapProvider = 'OpenStreetMap Mapnik'
|
|
PluginManager = MvPluginManager1
|
|
UseThreads = True
|
|
ZoomToCursor = False
|
|
end
|
|
end
|
|
object Panel2: TPanel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 556
|
|
Height = 398
|
|
Top = 4
|
|
Width = 549
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Right = 4
|
|
BorderSpacing.Bottom = 4
|
|
Caption = 'Panel2'
|
|
ClientHeight = 398
|
|
ClientWidth = 549
|
|
TabOrder = 1
|
|
object MapView2: TMapView
|
|
Left = 1
|
|
Height = 396
|
|
Top = 1
|
|
Width = 547
|
|
Align = alClient
|
|
Cyclic = True
|
|
DownloadEngine = MapView2.BuiltInDLE
|
|
DrawingEngine = MapView2.BuiltInDE
|
|
Layers = <>
|
|
Font.Color = clBlack
|
|
MapProvider = 'Maps For Free'
|
|
PluginManager = MvPluginManager1
|
|
UseThreads = True
|
|
ZoomToCursor = False
|
|
end
|
|
end
|
|
object MvPluginManager1: TMvPluginManager
|
|
Left = 432
|
|
Top = 152
|
|
object MvPluginManager1LinkedMapsPlugin1: TLinkedMapsPlugin
|
|
end
|
|
end
|
|
end
|