jvcllaz: Add new component TJvWizard. Issue #35624, patch by Michal Gawrycki.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6934 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-05-24 21:57:05 +00:00
parent c67022ccfa
commit 61128acacc
23 changed files with 9817 additions and 0 deletions

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="JvWizardLazD"/>
<Type Value="RunAndDesignTime"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\design\JvWizard"/>
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\design\JvWizard"/>
</SearchPaths>
</CompilerOptions>
<Files Count="2">
<Item1>
<Filename Value="..\design\JvWizard\jvwizardeditorform.pas"/>
<UnitName Value="JvWizardEditorForm"/>
</Item1>
<Item2>
<Filename Value="..\design\JvWizard\jvwizardreg.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="JvWizardReg"/>
</Item2>
</Files>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="JvWizardLazR"/>
</Item1>
<Item2>
<PackageName Value="JvCoreLazD"/>
</Item2>
<Item3>
<PackageName Value="IDEIntf"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
</Package>
</CONFIG>

View File

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="JvWizardLazR"/>
<Type Value="RunAndDesignTime"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\run\JvWizard"/>
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\run\JvWizard"/>
</SearchPaths>
</CompilerOptions>
<Files Count="5">
<Item1>
<Filename Value="..\run\JvWizard\jvwizard.pas"/>
<UnitName Value="JvWizard"/>
</Item1>
<Item2>
<Filename Value="..\run\JvWizard\jvwizardcommon.pas"/>
<UnitName Value="JvWizardCommon"/>
</Item2>
<Item3>
<Filename Value="..\run\JvWizard\jvwizardroutemaplist.pas"/>
<UnitName Value="JvWizardRouteMapList"/>
</Item3>
<Item4>
<Filename Value="..\run\JvWizard\jvwizardroutemapnodes.pas"/>
<UnitName Value="JvWizardRouteMapNodes"/>
</Item4>
<Item5>
<Filename Value="..\run\JvWizard\jvwizardroutemapsteps.pas"/>
<UnitName Value="JvWizardRouteMapSteps"/>
</Item5>
</Files>
<RequiredPkgs Count="1">
<Item1>
<PackageName Value="JvCoreLazR"/>
</Item1>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
</Package>
</CONFIG>