You've already forked lazarus-ccr
lazparadox: Add copy of lazparadox as lazparadoxpkg in order allow coexistence with lazparadox in (lazarus)/components/paradox. Deprecate old lazparadox. Add palette icons.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6893 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
3
components/tparadoxdataset/images/imagelist.txt
Normal file
3
components/tparadoxdataset/images/imagelist.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
tparadoxdataset.png
|
||||||
|
tparadoxdataset_150.png
|
||||||
|
tparadoxdataset_200.png
|
1
components/tparadoxdataset/images/make_res.bat
Normal file
1
components/tparadoxdataset/images/make_res.bat
Normal file
@ -0,0 +1 @@
|
|||||||
|
lazres ../pdx_icons.res @imagelist.txt
|
BIN
components/tparadoxdataset/images/tparadoxdataset.png
Normal file
BIN
components/tparadoxdataset/images/tparadoxdataset.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
components/tparadoxdataset/images/tparadoxdataset_150.png
Normal file
BIN
components/tparadoxdataset/images/tparadoxdataset_150.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
components/tparadoxdataset/images/tparadoxdataset_200.png
Normal file
BIN
components/tparadoxdataset/images/tparadoxdataset_200.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
@ -1,20 +1,26 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="3">
|
<Package Version="4">
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Name Value="lazparadox"/>
|
<Name Value="lazparadox"/>
|
||||||
|
<Type Value="RunAndDesignTime"/>
|
||||||
|
<AddToProjectUsesSection Value="True"/>
|
||||||
<Author Value="Christian Ulrich"/>
|
<Author Value="Christian Ulrich"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="8"/>
|
<Version Value="11"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Other>
|
<Parsing>
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
<SyntaxOptions>
|
||||||
</Other>
|
<UseAnsiStrings Value="False"/>
|
||||||
|
</SyntaxOptions>
|
||||||
|
</Parsing>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Description Value="Paradox DataSet"/>
|
<Description Value="Paradox DataSet
|
||||||
|
|
||||||
|
NOTE: THIS PACKAGE IS DEPRECATED. PLEASE USE lazparadoxpkg.lpk INSTEAD!"/>
|
||||||
<License Value="LGPL"/>
|
<License Value="LGPL"/>
|
||||||
<Version Minor="1"/>
|
<Version Minor="1"/>
|
||||||
<Files Count="2">
|
<Files Count="2">
|
||||||
@ -28,7 +34,6 @@
|
|||||||
<UnitName Value="paradoxds"/>
|
<UnitName Value="paradoxds"/>
|
||||||
</Item2>
|
</Item2>
|
||||||
</Files>
|
</Files>
|
||||||
<Type Value="RunAndDesignTime"/>
|
|
||||||
<RequiredPkgs Count="3">
|
<RequiredPkgs Count="3">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="LCL"/>
|
<PackageName Value="LCL"/>
|
||||||
@ -42,11 +47,10 @@
|
|||||||
</Item3>
|
</Item3>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)\"/>
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
</UsageOptions>
|
</UsageOptions>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<IgnoreBinaries Value="False"/>
|
|
||||||
</PublishOptions>
|
</PublishOptions>
|
||||||
</Package>
|
</Package>
|
||||||
</CONFIG>
|
</CONFIG>
|
||||||
|
55
components/tparadoxdataset/lazparadoxpkg.lpk
Normal file
55
components/tparadoxdataset/lazparadoxpkg.lpk
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<CONFIG>
|
||||||
|
<Package Version="4">
|
||||||
|
<PathDelim Value="\"/>
|
||||||
|
<Name Value="lazparadoxpkg"/>
|
||||||
|
<Type Value="RunAndDesignTime"/>
|
||||||
|
<Author Value="Christian Ulrich"/>
|
||||||
|
<CompilerOptions>
|
||||||
|
<Version Value="11"/>
|
||||||
|
<PathDelim Value="\"/>
|
||||||
|
<SearchPaths>
|
||||||
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||||
|
</SearchPaths>
|
||||||
|
<Parsing>
|
||||||
|
<SyntaxOptions>
|
||||||
|
<UseAnsiStrings Value="False"/>
|
||||||
|
</SyntaxOptions>
|
||||||
|
</Parsing>
|
||||||
|
</CompilerOptions>
|
||||||
|
<Description Value="Dataset for Paradox Database files
|
||||||
|
Read-only
|
||||||
|
Tested on Windows and Linux, 32- and 64-bit"/>
|
||||||
|
<License Value="LGPL"/>
|
||||||
|
<Version Minor="2"/>
|
||||||
|
<Files Count="2">
|
||||||
|
<Item1>
|
||||||
|
<Filename Value="paradoxreg.pas"/>
|
||||||
|
<HasRegisterProc Value="True"/>
|
||||||
|
<UnitName Value="paradoxreg"/>
|
||||||
|
</Item1>
|
||||||
|
<Item2>
|
||||||
|
<Filename Value="paradoxds.pas"/>
|
||||||
|
<UnitName Value="paradoxds"/>
|
||||||
|
</Item2>
|
||||||
|
</Files>
|
||||||
|
<RequiredPkgs Count="3">
|
||||||
|
<Item1>
|
||||||
|
<PackageName Value="LCL"/>
|
||||||
|
</Item1>
|
||||||
|
<Item2>
|
||||||
|
<PackageName Value="IDEIntf"/>
|
||||||
|
</Item2>
|
||||||
|
<Item3>
|
||||||
|
<PackageName Value="FCL"/>
|
||||||
|
<MinVersion Major="1" Valid="True"/>
|
||||||
|
</Item3>
|
||||||
|
</RequiredPkgs>
|
||||||
|
<UsageOptions>
|
||||||
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
|
</UsageOptions>
|
||||||
|
<PublishOptions>
|
||||||
|
<Version Value="2"/>
|
||||||
|
</PublishOptions>
|
||||||
|
</Package>
|
||||||
|
</CONFIG>
|
@ -14,6 +14,8 @@ procedure Register;
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
{$R pdx_icons.res}
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
TParadoxFileNamePropertyEditor=class(TFileNamePropertyEditor)
|
TParadoxFileNamePropertyEditor=class(TFileNamePropertyEditor)
|
||||||
|
BIN
components/tparadoxdataset/pdx_icons.res
Normal file
BIN
components/tparadoxdataset/pdx_icons.res
Normal file
Binary file not shown.
Reference in New Issue
Block a user