| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- <?xml version="1.0" encoding="UTF-8"?>
- <CONFIG>
- <ProjectSession>
- <Version Value="10"/>
- <BuildModes Active="Default"/>
- <Units Count="13">
- <Unit0>
- <Filename Value="myBookShelf.lpr"/>
- <IsPartOfProject Value="True"/>
- <CursorPos Y="20"/>
- <UsageCount Value="35"/>
- <Loaded Value="True"/>
- </Unit0>
- <Unit1>
- <Filename Value="main.pas"/>
- <IsPartOfProject Value="True"/>
- <ComponentName Value="Form1"/>
- <HasResources Value="True"/>
- <ResourceBaseClass Value="Form"/>
- <IsVisibleTab Value="True"/>
- <EditorIndex Value="3"/>
- <TopLine Value="84"/>
- <CursorPos X="24" Y="125"/>
- <UsageCount Value="35"/>
- <Loaded Value="True"/>
- <LoadedDesigner Value="True"/>
- </Unit1>
- <Unit2>
- <Filename Value="book.pas"/>
- <IsPartOfProject Value="True"/>
- <UnitName Value="Book"/>
- <EditorIndex Value="1"/>
- <TopLine Value="22"/>
- <CursorPos X="61" Y="42"/>
- <UsageCount Value="35"/>
- <Loaded Value="True"/>
- </Unit2>
- <Unit3>
- <Filename Value="bookcollection.pas"/>
- <IsPartOfProject Value="True"/>
- <UnitName Value="bookCollection"/>
- <EditorIndex Value="2"/>
- <TopLine Value="59"/>
- <CursorPos X="71" Y="109"/>
- <UsageCount Value="32"/>
- <Loaded Value="True"/>
- </Unit3>
- <Unit4>
- <Filename Value="/usr/lib/lazarus/1.6.4/lcl/include/canvas.inc"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="354"/>
- <CursorPos Y="378"/>
- <UsageCount Value="10"/>
- </Unit4>
- <Unit5>
- <Filename Value="/usr/lib/lazarus/1.6.4/lcl/include/lclintf.inc"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="254"/>
- <CursorPos Y="275"/>
- <UsageCount Value="9"/>
- </Unit5>
- <Unit6>
- <Filename Value="/usr/lib/lazarus/1.6.4/lcl/interfaces/gtk2/gtk2winapi.inc"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="4718"/>
- <CursorPos Y="4740"/>
- <UsageCount Value="9"/>
- </Unit6>
- <Unit7>
- <Filename Value="/usr/lib/lazarus/1.6.4/lcl/interfaces/gtk2/gtk2widgetset.inc"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="5406"/>
- <CursorPos Y="5428"/>
- <UsageCount Value="9"/>
- </Unit7>
- <Unit8>
- <Filename Value="/usr/lib/lazarus/1.6.4/lcl/dynhasharray.pp"/>
- <UnitName Value="DynHashArray"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="598"/>
- <CursorPos Y="620"/>
- <UsageCount Value="9"/>
- </Unit8>
- <Unit9>
- <Filename Value="/usr/lib/lazarus/1.6.4/lcl/include/customform.inc"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="133"/>
- <CursorPos Y="161"/>
- <UsageCount Value="10"/>
- </Unit9>
- <Unit10>
- <Filename Value="/usr/lib/lazarus/1.6.4/lcl/include/application.inc"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="2183"/>
- <CursorPos Y="2203"/>
- <UsageCount Value="10"/>
- </Unit10>
- <Unit11>
- <Filename Value="main.lfm"/>
- <EditorIndex Value="-1"/>
- <UsageCount Value="10"/>
- <DefaultSyntaxHighlighter Value="LFM"/>
- </Unit11>
- <Unit12>
- <Filename Value="/usr/lib/lazarus/1.6.4/components/lazutils/lazmethodlist.pas"/>
- <UnitName Value="LazMethodList"/>
- <EditorIndex Value="-1"/>
- <TopLine Value="200"/>
- <CursorPos Y="238"/>
- <UsageCount Value="10"/>
- </Unit12>
- </Units>
- <JumpHistory Count="10" HistoryIndex="9">
- <Position1>
- <Filename Value="bookcollection.pas"/>
- <Caret Line="48" TopLine="26"/>
- </Position1>
- <Position2>
- <Filename Value="main.pas"/>
- <Caret Line="115" TopLine="77"/>
- </Position2>
- <Position3>
- <Filename Value="myBookShelf.lpr"/>
- <Caret Line="19"/>
- </Position3>
- <Position4>
- <Filename Value="bookcollection.pas"/>
- <Caret Line="102" TopLine="80"/>
- </Position4>
- <Position5>
- <Filename Value="bookcollection.pas"/>
- <Caret Line="104" TopLine="80"/>
- </Position5>
- <Position6>
- <Filename Value="bookcollection.pas"/>
- <Caret Line="105" TopLine="80"/>
- </Position6>
- <Position7>
- <Filename Value="bookcollection.pas"/>
- <Caret Line="106" TopLine="80"/>
- </Position7>
- <Position8>
- <Filename Value="book.pas"/>
- <Caret Line="46" Column="46"/>
- </Position8>
- <Position9>
- <Filename Value="main.pas"/>
- <Caret Line="12" Column="21" TopLine="29"/>
- </Position9>
- <Position10>
- <Filename Value="main.pas"/>
- <Caret Line="45" Column="23" TopLine="19"/>
- </Position10>
- </JumpHistory>
- </ProjectSession>
- <Debugging>
- <Watches Count="2">
- <Item1>
- <Expression Value="mCover"/>
- </Item1>
- <Item2>
- <Expression Value="mFilePath"/>
- </Item2>
- </Watches>
- </Debugging>
- </CONFIG>
|