123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- <?xml version="1.0" encoding="UTF-8"?>
- <CONFIG>
- <ProjectOptions>
- <Version Value="9"/>
- <General>
- <Flags>
- <MainUnitHasCreateFormStatements Value="False"/>
- <MainUnitHasTitleStatement Value="False"/>
- </Flags>
- <MainUnit Value="0"/>
- <ResourceType Value="res"/>
- <UseXPManifest Value="True"/>
- </General>
- <i18n>
- <EnableI18N LFM="False"/>
- </i18n>
- <VersionInfo>
- <StringTable ProductVersion=""/>
- </VersionInfo>
- <BuildModes Count="1" Active="Default">
- <Item1 Name="Default" Default="True"/>
- </BuildModes>
- <PublishOptions>
- <Version Value="2"/>
- <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
- <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
- </PublishOptions>
- <RunParams>
- <local>
- <FormatVersion Value="1"/>
- </local>
- </RunParams>
- <Units Count="12">
- <Unit0>
- <Filename Value="testhttp.pp"/>
- <IsPartOfProject Value="True"/>
- <IsVisibleTab Value="True"/>
- <CursorPos X="41" Y="6"/>
- <UsageCount Value="20"/>
- <Loaded Value="True"/>
- </Unit0>
- <Unit1>
- <Filename Value="fpwebfile.pp"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="8"/>
- <CursorPos X="22" Y="14"/>
- <UsageCount Value="10"/>
- </Unit1>
- <Unit2>
- <Filename Value="../../../../../FPC/trunk/packages/fcl-web/src/base/fphttp.pp"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="188"/>
- <CursorPos Y="196"/>
- <UsageCount Value="10"/>
- </Unit2>
- <Unit3>
- <Filename Value="../../../../../FPC/trunk/packages/fcl-web/src/base/fphttpapp.pp"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="14"/>
- <CursorPos X="31" Y="20"/>
- <UsageCount Value="10"/>
- </Unit3>
- <Unit4>
- <Filename Value="../../../../../FPC/trunk/packages/fcl-web/src/base/custhttpapp.pp"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="35"/>
- <CursorPos X="30" Y="39"/>
- <UsageCount Value="10"/>
- </Unit4>
- <Unit5>
- <Filename Value="../../../../../FPC/trunk/packages/fcl-web/src/base/fphttpserver.pp"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="18"/>
- <CursorPos X="24" Y="39"/>
- <UsageCount Value="10"/>
- </Unit5>
- <Unit6>
- <Filename Value="../../../../../FPC/trunk/packages/fcl-web/src/base/httpdefs.pp"/>
- <UnitName Value="HTTPDefs"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="1005"/>
- <CursorPos X="42" Y="1038"/>
- <UsageCount Value="10"/>
- </Unit6>
- <Unit7>
- <Filename Value="../../../../../projects/lazarus/components/fpweb/reglazwebextra.pp"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="218"/>
- <CursorPos X="29" Y="235"/>
- <UsageCount Value="10"/>
- </Unit7>
- <Unit8>
- <Filename Value="../../../../../projects/lazarus/components/fpweb/weblazideintf.pp"/>
- <UnitName Value="WebLazIDEIntf"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="623"/>
- <CursorPos Y="642"/>
- <UsageCount Value="10"/>
- </Unit8>
- <Unit9>
- <Filename Value="../../../../../projects/lazarus/components/fpweb/frmnewhttpapp.pp"/>
- <ComponentName Value="NewHTTPApplicationForm"/>
- <ResourceBaseClass Value="Form"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="25"/>
- <CursorPos X="34" Y="104"/>
- <UsageCount Value="10"/>
- <LoadedDesigner Value="True"/>
- </Unit9>
- <Unit10>
- <Filename Value="../../../../../projects/lazarus/components/fpweb/fpwebstrconsts.pas"/>
- <UnitName Value="fpWebStrConsts"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="92"/>
- <CursorPos X="22" Y="121"/>
- <UsageCount Value="10"/>
- </Unit10>
- <Unit11>
- <Filename Value="../../../../../FPC/trunk/packages/fcl-web/src/webdata/fpwebdata.pp"/>
- <EditorIndex Value="-1"/>
- <CursorPos X="14" Y="15"/>
- <UsageCount Value="10"/>
- </Unit11>
- </Units>
- <JumpHistory Count="3" HistoryIndex="2">
- <Position1>
- <Filename Value="testhttp.pp"/>
- <Caret Line="23" Column="3"/>
- </Position1>
- <Position2>
- <Filename Value="testhttp.pp"/>
- <Caret Line="8" Column="44"/>
- </Position2>
- <Position3>
- <Filename Value="testhttp.pp"/>
- <Caret Line="29" Column="44"/>
- </Position3>
- </JumpHistory>
- </ProjectOptions>
- <CompilerOptions>
- <Version Value="11"/>
- <Parsing>
- <SyntaxOptions>
- <UseAnsiStrings Value="False"/>
- </SyntaxOptions>
- </Parsing>
- </CompilerOptions>
- <Debugging>
- <Exceptions Count="3">
- <Item1>
- <Name Value="EAbort"/>
- </Item1>
- <Item2>
- <Name Value="ECodetoolError"/>
- </Item2>
- <Item3>
- <Name Value="EFOpenError"/>
- </Item3>
- </Exceptions>
- </Debugging>
- </CONFIG>
|