lazarus/components/lazreport/source/addons/DialogControls/lr_dialogdesign.lpk
jesus 606d865ad3 LazReport, Patch from Alexey Lagunov:
1. Fix error set Page.Visible=false from report script when generating the report.
2. Added a new component for the lazreport dialog boxes - TfrButtonPanel.
3. Implemented change size report dialogs with mouse.
4. Fixed display of selected controls in the report dialog box on modify  report at design time.
5. Improvements to create a preview form for reports.
6. For component TfrDesigner added Events to save and read reports in the designer from sources other than files. For example - from the database.

git-svn-id: trunk@40720 -
2013-04-05 18:19:56 +00:00

58 lines
1.5 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="4">
<Name Value="lr_DialogDesign"/>
<Author Value="Lazarus, Lagunov A.A."/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerMessages>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Design dialogs at runtime in LazReport designer"/>
<License Value="modified LGPL-2
"/>
<Version Minor="3" Release="1"/>
<Files Count="4">
<Item1>
<Filename Value="lrdialogcontrols.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="LRDialogControls"/>
</Item1>
<Item2>
<Filename Value="lrdialogcontrols_img.inc"/>
<Type Value="Include"/>
</Item2>
<Item3>
<Filename Value="lrdbdialogcontrols.pas"/>
<UnitName Value="lrDBDialogControls"/>
</Item3>
<Item4>
<Filename Value="lrdbdialogcontrols_img.inc"/>
<Type Value="Include"/>
</Item4>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="lazreport"/>
</Item1>
<Item2>
<PackageName Value="FCL"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>