123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- <?xml version="1.0" encoding="UTF-8"?>
- <CONFIG>
- <ProjectOptions>
- <Version Value="10"/>
- <General>
- <Flags>
- <SaveOnlyProjectUnits Value="True"/>
- <MainUnitHasCreateFormStatements Value="False"/>
- <MainUnitHasTitleStatement Value="False"/>
- <MainUnitHasScaledStatement Value="False"/>
- <SaveJumpHistory Value="False"/>
- <SaveFoldState Value="False"/>
- </Flags>
- <SessionStorage Value="InProjectDir"/>
- <MainUnit Value="0"/>
- <Title Value="FPReport plain FCL demo"/>
- <UseAppBundle Value="False"/>
- <ResourceType Value="res"/>
- </General>
- <MacroValues Count="1">
- <Macro1 Name="fpgui" Value="/data/devel/fpgui"/>
- </MacroValues>
- <BuildModes Count="1">
- <Item1 Name="Default" Default="True"/>
- <SharedMatrixOptions Count="1">
- <Item1 ID="615255761581" Modes="Default" Type="IDEMacro" MacroName="fpgui" Value="/data/devel/fpgui"/>
- </SharedMatrixOptions>
- </BuildModes>
- <PublishOptions>
- <Version Value="2"/>
- </PublishOptions>
- <RunParams>
- <local>
- <FormatVersion Value="1"/>
- <CommandLineParams Value="-d simplelist -f fpimage"/>
- </local>
- </RunParams>
- <Units Count="15">
- <Unit0>
- <Filename Value="fcldemo.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit0>
- <Unit1>
- <Filename Value="regreports.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit1>
- <Unit2>
- <Filename Value="rptsimplelist.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit2>
- <Unit3>
- <Filename Value="rptexpressions.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit3>
- <Unit4>
- <Filename Value="rptgrouping.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit4>
- <Unit5>
- <Filename Value="rptframes.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit5>
- <Unit6>
- <Filename Value="rptimages.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit6>
- <Unit7>
- <Filename Value="rptdataset.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit7>
- <Unit8>
- <Filename Value="rptshapes.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit8>
- <Unit9>
- <Filename Value="rptttf.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit9>
- <Unit10>
- <Filename Value="rptcolumns.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit10>
- <Unit11>
- <Filename Value="rptmasterdetail.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit11>
- <Unit12>
- <Filename Value="rptmasterdetaildataset.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit12>
- <Unit13>
- <Filename Value="rptjson.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit13>
- <Unit14>
- <Filename Value="rptcontnr.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit14>
- </Units>
- </ProjectOptions>
- <CompilerOptions>
- <Version Value="11"/>
- <Target>
- <Filename Value="fcldemo"/>
- </Target>
- <SearchPaths>
- <IncludeFiles Value="$(ProjOutDir)"/>
- <OtherUnitFiles Value="polygon;../units/$(TargetCPU)-$(TargetOS)"/>
- <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
- </SearchPaths>
- <Linking>
- <Debugging>
- <UseHeaptrc Value="True"/>
- </Debugging>
- </Linking>
- </CompilerOptions>
- <Debugging>
- <Exceptions Count="3">
- <Item1>
- <Name Value="EAbort"/>
- </Item1>
- <Item2>
- <Name Value="ECodetoolError"/>
- </Item2>
- <Item3>
- <Name Value="EFOpenError"/>
- </Item3>
- </Exceptions>
- </Debugging>
- </CONFIG>
|