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

60 lines
1.3 KiB
Plaintext

object MainForm: TMainForm
Left = 324
Height = 307
Top = 119
Width = 451
Caption = 'User-defined Plugin Demo'
ClientHeight = 307
ClientWidth = 451
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
object MapView: TMapView
Left = 0
Height = 257
Top = 0
Width = 451
Align = alClient
DownloadEngine = MapView.BuiltInDLE
DrawingEngine = MapView.BuiltInDE
Layers = <>
Font.Color = clBlack
MapProvider = 'OpenStreetMap Mapnik'
PluginManager = PluginManager
end
object InfoPanel: TPanel
Left = 0
Height = 50
Top = 257
Width = 451
Align = alBottom
ClientHeight = 50
ClientWidth = 451
TabOrder = 1
object lblMessageLabel: TLabel
AnchorSideTop.Control = InfoPanel
AnchorSideTop.Side = asrCenter
Left = 16
Height = 15
Top = 18
Width = 146
Caption = 'UserdefinedPlugin Message'
end
object lblUserdefinedPluginMessage: TLabel
AnchorSideLeft.Control = lblMessageLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = InfoPanel
AnchorSideTop.Side = asrCenter
Left = 170
Height = 15
Top = 18
Width = 38
BorderSpacing.Left = 8
Caption = ' (none)'
end
end
object PluginManager: TMvPluginManager
Left = 262
Top = 31
end
end