You've already forked lazarus-ccr
tvplanit: Move mormot full demo to mormot sample folder
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5173 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -21,7 +21,7 @@ type
|
|||||||
public
|
public
|
||||||
Datastore: TVpmORMotDatastore;
|
Datastore: TVpmORMotDatastore;
|
||||||
constructor Create(AOwner: TComponent); override;
|
constructor Create(AOwner: TComponent); override;
|
||||||
destructor Destroy;
|
destructor Destroy; override;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
@ -39,7 +39,7 @@
|
|||||||
<PackageName Value="LCL"/>
|
<PackageName Value="LCL"/>
|
||||||
</Item3>
|
</Item3>
|
||||||
</RequiredPackages>
|
</RequiredPackages>
|
||||||
<Units Count="5">
|
<Units Count="10">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="mormotdemo.lpr"/>
|
<Filename Value="mormotdemo.lpr"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
@ -70,6 +70,28 @@
|
|||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<ResourceBaseClass Value="DataModule"/>
|
<ResourceBaseClass Value="DataModule"/>
|
||||||
</Unit4>
|
</Unit4>
|
||||||
|
<Unit5>
|
||||||
|
<Filename Value="..\..\fulldemo\demomain.lfm"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
</Unit5>
|
||||||
|
<Unit6>
|
||||||
|
<Filename Value="..\..\fulldemo\demomain.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<HasResources Value="True"/>
|
||||||
|
</Unit6>
|
||||||
|
<Unit7>
|
||||||
|
<Filename Value="..\..\fulldemo\ExVpRptSetup.lfm"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
</Unit7>
|
||||||
|
<Unit8>
|
||||||
|
<Filename Value="..\..\fulldemo\ExVpRptSetup.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<HasResources Value="True"/>
|
||||||
|
</Unit8>
|
||||||
|
<Unit9>
|
||||||
|
<Filename Value="..\..\fulldemo\sound.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
</Unit9>
|
||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
@ -79,8 +101,8 @@
|
|||||||
<Filename Value="mormotdemo"/>
|
<Filename Value="mormotdemo"/>
|
||||||
</Target>
|
</Target>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="$(ProjOutDir);..\mormot\mORMotSourceHere;..\..\source"/>
|
<IncludeFiles Value="$(ProjOutDir);..\mORMotSourceHere;..\..\..\source"/>
|
||||||
<OtherUnitFiles Value="..\mormot;..\mormot\mORMotSourceHere;..\mormot\mORMotSourceHere\SQLite3"/>
|
<OtherUnitFiles Value="..;..\mORMotSourceHere;..\mORMotSourceHere\SQLite3;..\..\fulldemo"/>
|
||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Linking>
|
<Linking>
|
||||||
@ -95,9 +117,6 @@
|
|||||||
</Linking>
|
</Linking>
|
||||||
<Other>
|
<Other>
|
||||||
<CustomOptions Value="-dMORMOT"/>
|
<CustomOptions Value="-dMORMOT"/>
|
||||||
<OtherDefines Count="1">
|
|
||||||
<Define0 Value="MORMOT"/>
|
|
||||||
</OtherDefines>
|
|
||||||
</Other>
|
</Other>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Debugging>
|
<Debugging>
|
@ -17,6 +17,9 @@ VisualPlanIt components can be applied.
|
|||||||
|
|
||||||
- gadgets: demonstrates usage of TVpClock and TVpLEDDisplay
|
- gadgets: demonstrates usage of TVpClock and TVpLEDDisplay
|
||||||
|
|
||||||
|
- mormot: demonstrates cooperation of VisualPlanIt with mORMot. The folder
|
||||||
|
contains a dedicated mORMot datastore and a server and simple client project.
|
||||||
|
|
||||||
- navbar: demonstrates usage of TVpNavBar
|
- navbar: demonstrates usage of TVpNavBar
|
||||||
|
|
||||||
- runtime: a simple demo in which components are created at runtime. Does not
|
- runtime: a simple demo in which components are created at runtime. Does not
|
||||||
|
@ -48,7 +48,7 @@ uses
|
|||||||
|
|
||||||
const
|
const
|
||||||
BuildTime = {$I %DATE%} + {$I %TIME}; //'09/13/2002 09:25 AM';
|
BuildTime = {$I %DATE%} + {$I %TIME}; //'09/13/2002 09:25 AM';
|
||||||
VpVersionStr = 'v1.04'; {Visual PlanIt library version}
|
VpVersionStr = 'v1.05'; {Visual PlanIt library version}
|
||||||
VpProductName = 'Visual PlanIt';
|
VpProductName = 'Visual PlanIt';
|
||||||
|
|
||||||
BorderStyles : array[TBorderStyle] of LongInt =
|
BorderStyles : array[TBorderStyle] of LongInt =
|
||||||
|
Reference in New Issue
Block a user