Files
lazarus-ccr/components/jvcllaz/examples/JvNavigationPane/JvNavPaneDemo.lpi
ssamayoa f8cb554d29 Initial import.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@272 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-29 00:59:44 +00:00

138 lines
3.8 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<PathDelim Value="\"/>
<Version Value="5"/>
<General>
<MainUnit Value="0"/>
<IconPath Value="./"/>
<TargetFileExt Value=".exe"/>
<ActiveEditorIndexAtStart Value="2"/>
</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="1">
<Item1>
<PackageName Value="LCL"/>
</Item1>
</RequiredPackages>
<Units Count="6">
<Unit0>
<Filename Value="JvNavPaneDemo.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="JvNavPaneDemo"/>
<CursorPos X="36" Y="11"/>
<TopLine Value="1"/>
<EditorIndex Value="0"/>
<UsageCount Value="22"/>
<Loaded Value="True"/>
</Unit0>
<Unit1>
<Filename Value="JvNavPaneDemoMainForm.pas"/>
<ComponentName Value="JvNavPaneDemoMainFrm"/>
<HasResources Value="True"/>
<IsPartOfProject Value="True"/>
<ResourceFilename Value="JvNavPaneDemoMainForm.lrs"/>
<UnitName Value="JvNavPaneDemoMainForm"/>
<CursorPos X="56" Y="345"/>
<TopLine Value="341"/>
<EditorIndex Value="3"/>
<UsageCount Value="22"/>
<Loaded Value="True"/>
</Unit1>
<Unit2>
<Filename Value="..\..\packages\JvXPBarReg.pp"/>
<UnitName Value="JvXPBarReg"/>
<CursorPos X="15" Y="20"/>
<TopLine Value="2"/>
<UsageCount Value="10"/>
</Unit2>
<Unit3>
<Filename Value="..\..\run\JvXPBar.pas"/>
<UnitName Value="JvXPBar"/>
<CursorPos X="3" Y="1758"/>
<TopLine Value="1747"/>
<UsageCount Value="10"/>
</Unit3>
<Unit4>
<Filename Value="..\..\packages\JvXPBarLaz.pas"/>
<UnitName Value="JvXPBarLaz"/>
<CursorPos X="5" Y="9"/>
<TopLine Value="1"/>
<EditorIndex Value="1"/>
<UsageCount Value="10"/>
<Loaded Value="True"/>
</Unit4>
<Unit5>
<Filename Value="..\..\run\JvTypes.pas"/>
<UnitName Value="JvTypes"/>
<CursorPos X="12" Y="41"/>
<TopLine Value="26"/>
<EditorIndex Value="2"/>
<UsageCount Value="10"/>
<Loaded Value="True"/>
</Unit5>
</Units>
<JumpHistory Count="0" HistoryIndex="-1"/>
</ProjectOptions>
<CompilerOptions>
<Version Value="5"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="..\..\resources\"/>
<OtherUnitFiles Value="..\..\run\"/>
<UnitOutputDirectory Value="..\..\out"/>
</SearchPaths>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Linking>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Debugging>
<Watches Count="4">
<Item1>
<Expression Value="X"/>
</Item1>
<Item2>
<Expression Value="Y"/>
</Item2>
<Item3>
<Expression Value="SHIFT"/>
</Item3>
<Item4>
<Expression Value="mc"/>
</Item4>
</Watches>
<Exceptions Count="2">
<Item1>
<Name Value="ECodetoolError"/>
</Item1>
<Item2>
<Name Value="EFOpenError"/>
</Item2>
</Exceptions>
</Debugging>
</CONFIG>