
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9531 8e941d3f-bd1b-0410-a28a-d453659cc2b4
60 lines
1.3 KiB
Plaintext
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
|