
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9623 8e941d3f-bd1b-0410-a28a-d453659cc2b4
51 lines
1.0 KiB
Plaintext
51 lines
1.0 KiB
Plaintext
object MainForm: TMainForm
|
|
Left = 324
|
|
Height = 323
|
|
Top = 119
|
|
Width = 429
|
|
Caption = 'MainForm'
|
|
ClientHeight = 323
|
|
ClientWidth = 429
|
|
LCLVersion = '4.99.0.0'
|
|
OnCreate = FormCreate
|
|
object MapView: TMapView
|
|
Left = 0
|
|
Height = 297
|
|
Top = 0
|
|
Width = 429
|
|
Align = alClient
|
|
DownloadEngine = MapView.BuiltInDLE
|
|
DrawingEngine = MapView.BuiltInDE
|
|
Layers = <>
|
|
Font.Color = clBlack
|
|
MapProvider = 'OpenStreetMap Standard'
|
|
PluginManager = MvPluginManager
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 26
|
|
Top = 297
|
|
Width = 429
|
|
Align = alBottom
|
|
Caption = 'Drag the colored items with the right mouse button'
|
|
ClientHeight = 26
|
|
ClientWidth = 429
|
|
TabOrder = 1
|
|
object CheckBox1: TCheckBox
|
|
Left = 4
|
|
Height = 19
|
|
Top = 4
|
|
Width = 60
|
|
Caption = 'Caption'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
OnChange = CheckBox1Change
|
|
end
|
|
end
|
|
object MvPluginManager: TMvPluginManager
|
|
Left = 320
|
|
Top = 24
|
|
end
|
|
end
|