lazarus-ccr/components/lazmapviewer/examples/plugin_demos/userdefined_demo/unit1.lfm

57 lines
1.1 KiB
Plaintext

object Form1: TForm1
Left = 324
Height = 307
Top = 119
Width = 451
Caption = 'Form1'
ClientHeight = 307
ClientWidth = 451
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
object MapView1: TMapView
Left = 0
Height = 257
Top = 0
Width = 451
Active = True
Align = alClient
DownloadEngine = MapView1.BuiltInDLE
DrawingEngine = MapView1.BuiltInDE
Layers = <>
Font.Color = clBlack
MapProvider = 'OpenStreetMap Mapnik'
PluginManager = MvPluginManager1
end
object Panel1: TPanel
Left = 0
Height = 50
Top = 257
Width = 451
Align = alBottom
ClientHeight = 50
ClientWidth = 451
TabOrder = 1
object Label1: TLabel
Left = 16
Height = 15
Top = 16
Width = 146
Caption = 'UserdefinedPlugin Message'
end
object lblUserdefinedPluginMessage: TLabel
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
Left = 170
Height = 15
Top = 16
Width = 38
BorderSpacing.Left = 8
Caption = ' (none)'
end
end
object MvPluginManager1: TMvPluginManager
Left = 262
Top = 31
end
end