lazarus-ccr/components/exctrls/exctrlspkg.lpk
2021-03-28 18:00:00 +00:00

63 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="ExCtrlsPkg"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Lazarus team"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="source"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Extended standard controls:
- CurrencyEdit, FloatSIEdit (supports SI units suffixes)
- TRadioButton, TCheckbox, TRadioGroup and TCheckGroup: drawn by ThemeServices/Canvas, not by widgetset, button/text layout, wordwrap, user-provided check images
- TColumnComboBoxEx"/>
<License Value="LGPL with linking exception (like Lazarus LCL)."/>
<Files Count="5">
<Item1>
<Filename Value="source\excheckctrls.pas"/>
<UnitName Value="ExCheckCtrls"/>
</Item1>
<Item2>
<Filename Value="source\exeditctrls.pas"/>
<UnitName Value="ExEditCtrls"/>
</Item2>
<Item3>
<Filename Value="source\exctrlsreg.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="ExCtrlsReg"/>
</Item3>
<Item4>
<Filename Value="source\exbuttons.pas"/>
<UnitName Value="ExButtons"/>
</Item4>
<Item5>
<Filename Value="source\excombo.pas"/>
<UnitName Value="ExCombo"/>
</Item5>
</Files>
<CompatibilityMode Value="True"/>
<LazDoc Paths="fpdoc"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="LazControls"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
</Package>
</CONFIG>