LazMapViewer: Rename MarkerSelectAndDrag_Demo project to MarkerEditor_Demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9696 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
e02d3d772e
commit
34b247e060
components/lazmapviewer/examples/plugin_demos/markereditor_demo
@ -5,7 +5,7 @@
|
|||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<General>
|
<General>
|
||||||
<SessionStorage Value="InProjectDir"/>
|
<SessionStorage Value="InProjectDir"/>
|
||||||
<Title Value="MarkerSelectAndDrag_Demo"/>
|
<Title Value="Marker Editor Demo"/>
|
||||||
<Scaled Value="True"/>
|
<Scaled Value="True"/>
|
||||||
<ResourceType Value="res"/>
|
<ResourceType Value="res"/>
|
||||||
<UseXPManifest Value="True"/>
|
<UseXPManifest Value="True"/>
|
||||||
@ -33,7 +33,7 @@
|
|||||||
</RequiredPackages>
|
</RequiredPackages>
|
||||||
<Units>
|
<Units>
|
||||||
<Unit>
|
<Unit>
|
||||||
<Filename Value="MarkerSelectAndDrag_Demo.lpr"/>
|
<Filename Value="MarkerEditor_Demo.lpr"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
</Unit>
|
</Unit>
|
||||||
<Unit>
|
<Unit>
|
||||||
@ -50,7 +50,7 @@
|
|||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Target>
|
<Target>
|
||||||
<Filename Value="MarkerSelectAndDrag_Demo"/>
|
<Filename Value="MarkerEditor_Demo"/>
|
||||||
</Target>
|
</Target>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
@ -1,4 +1,4 @@
|
|||||||
program MarkerSelectAndDrag_Demo;
|
program MarkerEditor_Demo;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
@ -3,7 +3,7 @@ object MainForm: TMainForm
|
|||||||
Height = 566
|
Height = 566
|
||||||
Top = 157
|
Top = 157
|
||||||
Width = 833
|
Width = 833
|
||||||
Caption = 'Marker Select & Drag Demo'
|
Caption = 'Marker Editor Demo'
|
||||||
ClientHeight = 566
|
ClientHeight = 566
|
||||||
ClientWidth = 833
|
ClientWidth = 833
|
||||||
LCLVersion = '4.99.0.0'
|
LCLVersion = '4.99.0.0'
|
Loading…
Reference in New Issue
Block a user