mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-18 00:00:21 +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"/>
|
<Name Value="lazreport"/>
|
||||||
<Author Value="Olivier Guilbaud, Jesus Reyes A. "/>
|
<Author Value="Olivier Guilbaud, Jesus Reyes A. "/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="9"/>
|
<Version Value="10"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
<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.
|
See license.txt and license-lazreport.txt for details.
|
||||||
"/>
|
"/>
|
||||||
<Version Minor="9" Release="8"/>
|
<Version Minor="9" Release="8"/>
|
||||||
<Files Count="58">
|
<Files Count="59">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="lr_about.pas"/>
|
<Filename Value="lr_about.pas"/>
|
||||||
<UnitName Value="LR_About"/>
|
<UnitName Value="LR_About"/>
|
||||||
@ -261,6 +261,10 @@ See license.txt and license-lazreport.txt for details.
|
|||||||
<Filename Value="lr_view.lfm"/>
|
<Filename Value="lr_view.lfm"/>
|
||||||
<Type Value="LFM"/>
|
<Type Value="LFM"/>
|
||||||
</Item58>
|
</Item58>
|
||||||
|
<Item59>
|
||||||
|
<Filename Value="lr_newrp.pas"/>
|
||||||
|
<UnitName Value="LR_Newrp"/>
|
||||||
|
</Item59>
|
||||||
</Files>
|
</Files>
|
||||||
<i18n>
|
<i18n>
|
||||||
<EnableI18N Value="True"/>
|
<EnableI18N Value="True"/>
|
||||||
|
@ -12,7 +12,7 @@ uses
|
|||||||
lr_expres, LR_Flds, LR_fmted, lr_funct_editor_unit, lr_funct_editor_unit1,
|
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_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_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
|
implementation
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
Classes, SysUtils, FileUtil, LResources,
|
Classes, SysUtils, FileUtil, LResources,
|
||||||
Forms, Controls, Graphics, Dialogs,
|
Forms, Controls, Graphics, Dialogs,
|
||||||
Buttons, StdCtrls,ExtCtrls, Chart, ButtonPanel,
|
Buttons, StdCtrls,ExtCtrls, BarChart, ButtonPanel,
|
||||||
LR_Const;
|
LR_Const;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user