lazreport: added lazdoc directory

git-svn-id: trunk@11977 -
This commit is contained in:
mattias 2007-09-09 10:12:26 +00:00
parent 1a6c7a859d
commit d9c4bc2b53
2 changed files with 10 additions and 12 deletions

View File

@ -1,12 +1,10 @@
<?xml version="1.0"?>
<CONFIG>
<Package Version="2">
<PathDelim Value="\"/>
<Name Value="lazreport"/>
<Author Value="Olivier Guilbaud, Jesus Reyes A. "/>
<CompilerOptions>
<Version Value="5"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
@ -160,31 +158,31 @@ See license.txt and license-lazreport.txt for details.
<UnitName Value="LR_fmted"/>
</Item33>
</Files>
<RST OutDir="languages"/>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="5">
<Item1>
<PackageName Value="SynEdit"/>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item1>
<Item2>
<PackageName Value="printer4lazarus"/>
<PackageName Value="IDEIntf"/>
</Item2>
<Item3>
<PackageName Value="LCL"/>
</Item3>
<Item4>
<PackageName Value="IDEIntf"/>
<PackageName Value="printer4lazarus"/>
</Item4>
<Item5>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
<PackageName Value="SynEdit"/>
</Item5>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)\"/>
<UnitPath Value="$(PkgOutDir)/"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>

View File

@ -5947,7 +5947,7 @@ begin
with Label1 do
Begin
Parent := Self;
Left := 5;
Left := 6;
Top := 6;
AnchorParallel(akRight,5,Parent);
Caption := lisUEGotoLine;
@ -5957,9 +5957,9 @@ begin
with Edit1 do
Begin
Parent := self;
Left := 5;
Left := 6;
AnchorToNeighbour(akTop,6,Label1);
AnchorParallel(akRight,5,Parent);
AnchorParallel(akRight,6,Parent);
Constraints.MinWidth:=200;
Caption := '';
OnKeyDown:=@Edit1KeyDown;