mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 15:12:42 +02:00

2) Heavily refactored code of CalculateIntervals and TAGraph.DrawAxis procedures -- removed lots of duplicated code, simplifed logic, extracted local procedures etc. 3) Introduced TPenBrushFontRecall helper class. 4) Added 'Axis titles' checkbox to the demo program. Patch by Alexander Klenin Resolves: http://bugs.freepascal.org/view.php?id=12758 git-svn-id: trunk@17799 -
70 lines
1.9 KiB
XML
70 lines
1.9 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<PathDelim Value="/"/>
|
|
<Version Value="6"/>
|
|
<General>
|
|
<SessionStorage Value="InIDEConfig"/>
|
|
<MainUnit Value="0"/>
|
|
<TargetFileExt Value=""/>
|
|
</General>
|
|
<VersionInfo>
|
|
<ProjectVersion Value=""/>
|
|
</VersionInfo>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<IgnoreBinaries Value="False"/>
|
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
|
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<local>
|
|
<FormatVersion Value="1"/>
|
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
|
</local>
|
|
</RunParams>
|
|
<RequiredPackages Count="2">
|
|
<Item1>
|
|
<PackageName Value="LCL"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="TAChartLazarusPkg"/>
|
|
<MinVersion Valid="True"/>
|
|
</Item2>
|
|
</RequiredPackages>
|
|
<Units Count="3">
|
|
<Unit0>
|
|
<Filename Value="demo.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="demo"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="unit1.pas"/>
|
|
<ComponentName Value="Form1"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<ResourceFilename Value="unit1.lrs"/>
|
|
<UnitName Value="unit1"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="../tagraph.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="TAGraph"/>
|
|
</Unit2>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="8"/>
|
|
<Linking>
|
|
<Options>
|
|
<Win32>
|
|
<GraphicApplication Value="True"/>
|
|
</Win32>
|
|
</Options>
|
|
</Linking>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
</CONFIG>
|