LazReport, added barcode.pas file to package

git-svn-id: trunk@33197 -
This commit is contained in:
jesus 2011-11-01 06:11:43 +00:00
parent d94f3a524e
commit bc59ea1543
2 changed files with 16 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="lazreport"/>
<Author Value="Olivier Guilbaud, Jesus Reyes A. "/>
@ -15,7 +15,16 @@
<CStyleOperator Value="False"/>
</SyntaxOptions>
</Parsing>
<Linking>
<Debugging>
<GenerateDebugInfo Value="True"/>
<DebugInfoType Value="dsAuto"/>
</Debugging>
</Linking>
<Other>
<CompilerMessages>
<UseMsgFile Value="True"/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
@ -27,7 +36,7 @@ Lazarus Port: Olivier Guilbaud, Jesus Reyes A.
See license.txt and license-lazreport.txt for details.
"/>
<Version Minor="9" Release="8"/>
<Files Count="59">
<Files Count="60">
<Item1>
<Filename Value="lr_about.pas"/>
<UnitName Value="LR_About"/>
@ -265,6 +274,10 @@ See license.txt and license-lazreport.txt for details.
<Filename Value="lr_newrp.pas"/>
<UnitName Value="LR_Newrp"/>
</Item59>
<Item60>
<Filename Value="barcode.pas"/>
<UnitName Value="Barcode"/>
</Item60>
</Files>
<i18n>
<EnableI18N Value="True"/>

View File

@ -12,7 +12,7 @@ uses
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, LR_Newrp, LazarusPackageIntf;
LR_Var, LR_Vared, LR_View, LR_Newrp, Barcode, LazarusPackageIntf;
implementation