mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 18:40:41 +02:00
lazreport: added lr_newp.pas to lazreport, fixed compilation
git-svn-id: trunk@30394 -
This commit is contained in:
parent
37273a12d2
commit
9a6711d087
@ -5,7 +5,7 @@
|
||||
<Name Value="lazreport"/>
|
||||
<Author Value="Olivier Guilbaud, Jesus Reyes A. "/>
|
||||
<CompilerOptions>
|
||||
<Version Value="9"/>
|
||||
<Version Value="10"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
@ -27,7 +27,7 @@ Lazarus Port: Olivier Guilbaud, Jesus Reyes A.
|
||||
See license.txt and license-lazreport.txt for details.
|
||||
"/>
|
||||
<Version Minor="9" Release="8"/>
|
||||
<Files Count="58">
|
||||
<Files Count="59">
|
||||
<Item1>
|
||||
<Filename Value="lr_about.pas"/>
|
||||
<UnitName Value="LR_About"/>
|
||||
@ -261,6 +261,10 @@ See license.txt and license-lazreport.txt for details.
|
||||
<Filename Value="lr_view.lfm"/>
|
||||
<Type Value="LFM"/>
|
||||
</Item58>
|
||||
<Item59>
|
||||
<Filename Value="lr_newrp.pas"/>
|
||||
<UnitName Value="LR_Newrp"/>
|
||||
</Item59>
|
||||
</Files>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
|
@ -7,12 +7,12 @@ unit lazreport;
|
||||
interface
|
||||
|
||||
uses
|
||||
LR_About, LR_BarC, LR_BndEd, LR_Class, LR_Const, LR_DBSet, LR_Desgn,
|
||||
LR_About, LR_BarC, LR_BndEd, LR_Class, LR_Const, LR_DBSet, LR_Desgn,
|
||||
LR_Dopt, LR_E_CSV, lr_e_gen, LR_E_HTM, LR_E_TXT, LR_Edit, LR_Ev_ed,
|
||||
lr_expres, LR_Flds, LR_fmted, lr_funct_editor_unit, lr_funct_editor_unit1,
|
||||
LR_GEdit, LR_GrpEd, LR_IFlds, LR_Pars, LR_pgopt, LR_PGrid, LR_PrDlg,
|
||||
LR_Prntr, LR_progr, lr_propedit, LR_Register, LR_RRect, LR_Shape, LR_Utils,
|
||||
LR_Var, LR_Vared, LR_View, LazarusPackageIntf;
|
||||
LR_Var, LR_Vared, LR_View, LR_Newrp, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -17,7 +17,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, FileUtil, LResources,
|
||||
Forms, Controls, Graphics, Dialogs,
|
||||
Buttons, StdCtrls,ExtCtrls, Chart, ButtonPanel,
|
||||
Buttons, StdCtrls,ExtCtrls, BarChart, ButtonPanel,
|
||||
LR_Const;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user