mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-29 13:00:34 +01:00
lazreport: added lazdoc directory
git-svn-id: trunk@11977 -
This commit is contained in:
parent
1a6c7a859d
commit
d9c4bc2b53
@ -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>
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user