lazarus-ccr/components/exctrls/exctrlspkg.lpk
wp_xxyyzz 7332a8c1e4 extctrls: Add extended question dialog.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8150 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2021-11-22 16:47:44 +00:00

72 lines
2.2 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>
<IncludeFiles Value="source"/>
<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="7">
<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>
<Item6>
<Filename Value="source\excheckcombo.pas"/>
<UnitName Value="ExCheckCombo"/>
</Item6>
<Item7>
<Filename Value="source\exquestiondlg.pas"/>
<UnitName Value="ExQuestionDlg"/>
</Item7>
</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>