source: trunk/Packages/TemplateGenerics/Demo/Demo.lpi

Last change on this file was 6, checked in by chronos, 10 years ago
  • Added: Now opened projects are remembered between application restarts.
  • Added: Show basic list of files in selected project.
  • Added: Packages Common and TemplateGenerics.
File size: 28.5 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <General>
6 <MainUnit Value="0"/>
7 <ResourceType Value="res"/>
8 <UseXPManifest Value="True"/>
9 <Icon Value="0"/>
10 <ActiveWindowIndexAtStart Value="0"/>
11 </General>
12 <i18n>
13 <EnableI18N LFM="False"/>
14 </i18n>
15 <VersionInfo>
16 <StringTable ProductVersion=""/>
17 </VersionInfo>
18 <BuildModes Count="1">
19 <Item1 Name="default" Default="True"/>
20 </BuildModes>
21 <PublishOptions>
22 <Version Value="2"/>
23 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
24 <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
25 </PublishOptions>
26 <RunParams>
27 <local>
28 <FormatVersion Value="1"/>
29 <LaunchingApplication PathPlusParams="/usr/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
30 </local>
31 </RunParams>
32 <RequiredPackages Count="2">
33 <Item1>
34 <PackageName Value="TemplateGenerics"/>
35 <DefaultFilename Value="../TemplateGenerics.lpk" Prefer="True"/>
36 </Item1>
37 <Item2>
38 <PackageName Value="LCL"/>
39 </Item2>
40 </RequiredPackages>
41 <Units Count="75">
42 <Unit0>
43 <Filename Value="Demo.lpr"/>
44 <IsPartOfProject Value="True"/>
45 <UnitName Value="Demo"/>
46 <WindowIndex Value="0"/>
47 <TopLine Value="1"/>
48 <CursorPos X="26" Y="8"/>
49 <UsageCount Value="233"/>
50 <DefaultSyntaxHighlighter Value="Delphi"/>
51 </Unit0>
52 <Unit1>
53 <Filename Value="UMainForm.pas"/>
54 <IsPartOfProject Value="True"/>
55 <ComponentName Value="MainForm"/>
56 <ResourceBaseClass Value="Form"/>
57 <UnitName Value="UMainForm"/>
58 <EditorIndex Value="0"/>
59 <WindowIndex Value="0"/>
60 <TopLine Value="640"/>
61 <CursorPos X="20" Y="653"/>
62 <UsageCount Value="233"/>
63 <Bookmarks Count="1">
64 <Item0 X="65" Y="275" ID="2"/>
65 </Bookmarks>
66 <Loaded Value="True"/>
67 <LoadedDesigner Value="True"/>
68 <DefaultSyntaxHighlighter Value="Delphi"/>
69 </Unit1>
70 <Unit2>
71 <Filename Value="../Specialized/ListDouble.pas"/>
72 <UnitName Value="ListDouble"/>
73 <WindowIndex Value="0"/>
74 <TopLine Value="1"/>
75 <CursorPos X="1" Y="11"/>
76 <UsageCount Value="3"/>
77 </Unit2>
78 <Unit3>
79 <Filename Value="../Specialized/SpecializedList.pas"/>
80 <UnitName Value="SpecializedList"/>
81 <EditorIndex Value="3"/>
82 <WindowIndex Value="0"/>
83 <TopLine Value="47"/>
84 <CursorPos X="20" Y="60"/>
85 <UsageCount Value="15"/>
86 <Loaded Value="True"/>
87 </Unit3>
88 <Unit4>
89 <Filename Value="../Specialized/ListObject.pas"/>
90 <UnitName Value="ListObject"/>
91 <WindowIndex Value="0"/>
92 <TopLine Value="33"/>
93 <CursorPos X="12" Y="56"/>
94 <UsageCount Value="3"/>
95 </Unit4>
96 <Unit5>
97 <Filename Value="../Specialized/ListPointer.pas"/>
98 <UnitName Value="ListPointer"/>
99 <WindowIndex Value="0"/>
100 <TopLine Value="1"/>
101 <CursorPos X="23" Y="21"/>
102 <UsageCount Value="3"/>
103 </Unit5>
104 <Unit6>
105 <Filename Value="../Specialized/TreeString.pas"/>
106 <UnitName Value="TreeString"/>
107 <WindowIndex Value="0"/>
108 <TopLine Value="1"/>
109 <CursorPos X="23" Y="24"/>
110 <UsageCount Value="3"/>
111 </Unit6>
112 <Unit7>
113 <Filename Value="../Specialized/TreePointer.pas"/>
114 <UnitName Value="TreePointer"/>
115 <WindowIndex Value="0"/>
116 <TopLine Value="1"/>
117 <CursorPos X="23" Y="13"/>
118 <UsageCount Value="3"/>
119 </Unit7>
120 <Unit8>
121 <Filename Value="../Specialized/TreeObject.pas"/>
122 <UnitName Value="TreeObject"/>
123 <WindowIndex Value="0"/>
124 <TopLine Value="1"/>
125 <CursorPos X="23" Y="24"/>
126 <UsageCount Value="3"/>
127 </Unit8>
128 <Unit9>
129 <Filename Value="../Specialized/TreeInteger.pas"/>
130 <UnitName Value="TreeInteger"/>
131 <WindowIndex Value="0"/>
132 <TopLine Value="1"/>
133 <CursorPos X="31" Y="13"/>
134 <UsageCount Value="3"/>
135 </Unit9>
136 <Unit10>
137 <Filename Value="../Specialized/ListString.pas"/>
138 <UnitName Value="ListString"/>
139 <WindowIndex Value="0"/>
140 <TopLine Value="1"/>
141 <CursorPos X="29" Y="17"/>
142 <UsageCount Value="3"/>
143 </Unit10>
144 <Unit11>
145 <Filename Value="../Generic/TreeImplementation.tpl"/>
146 <WindowIndex Value="0"/>
147 <TopLine Value="1"/>
148 <CursorPos X="1" Y="4"/>
149 <UsageCount Value="3"/>
150 <DefaultSyntaxHighlighter Value="None"/>
151 </Unit11>
152 <Unit12>
153 <Filename Value="../Generic/TreeInterface.tpl"/>
154 <WindowIndex Value="0"/>
155 <TopLine Value="1"/>
156 <CursorPos X="21" Y="6"/>
157 <UsageCount Value="3"/>
158 <DefaultSyntaxHighlighter Value="None"/>
159 </Unit12>
160 <Unit13>
161 <Filename Value="../Generic/ListInterface.tpl"/>
162 <WindowIndex Value="0"/>
163 <TopLine Value="1"/>
164 <CursorPos X="1" Y="1"/>
165 <UsageCount Value="3"/>
166 <DefaultSyntaxHighlighter Value="None"/>
167 </Unit13>
168 <Unit14>
169 <Filename Value="../Generic/ListImplementation.tpl"/>
170 <WindowIndex Value="0"/>
171 <TopLine Value="1"/>
172 <CursorPos X="25" Y="13"/>
173 <UsageCount Value="4"/>
174 <DefaultSyntaxHighlighter Value="None"/>
175 </Unit14>
176 <Unit15>
177 <Filename Value="../Generic/DictionaryImplementation.tpl"/>
178 <WindowIndex Value="0"/>
179 <TopLine Value="4"/>
180 <CursorPos X="3" Y="6"/>
181 <UsageCount Value="3"/>
182 <DefaultSyntaxHighlighter Value="None"/>
183 </Unit15>
184 <Unit16>
185 <Filename Value="../Generic/DictionaryInterface.tpl"/>
186 <WindowIndex Value="0"/>
187 <TopLine Value="1"/>
188 <CursorPos X="14" Y="16"/>
189 <UsageCount Value="3"/>
190 <DefaultSyntaxHighlighter Value="None"/>
191 </Unit16>
192 <Unit17>
193 <Filename Value="../Specialized/DictionaryString.pas"/>
194 <UnitName Value="DictionaryString"/>
195 <WindowIndex Value="0"/>
196 <TopLine Value="1"/>
197 <CursorPos X="32" Y="18"/>
198 <UsageCount Value="3"/>
199 </Unit17>
200 <Unit18>
201 <Filename Value="../Generic/StackInterface.tpl"/>
202 <WindowIndex Value="0"/>
203 <TopLine Value="1"/>
204 <CursorPos X="20" Y="12"/>
205 <UsageCount Value="1"/>
206 <DefaultSyntaxHighlighter Value="None"/>
207 </Unit18>
208 <Unit19>
209 <Filename Value="../Specialized/StackString.pas"/>
210 <UnitName Value="StackString"/>
211 <WindowIndex Value="0"/>
212 <TopLine Value="1"/>
213 <CursorPos X="1" Y="22"/>
214 <UsageCount Value="1"/>
215 </Unit19>
216 <Unit20>
217 <Filename Value="../Generic/StackImplementation.tpl"/>
218 <WindowIndex Value="0"/>
219 <TopLine Value="1"/>
220 <CursorPos X="1" Y="1"/>
221 <UsageCount Value="1"/>
222 <DefaultSyntaxHighlighter Value="None"/>
223 </Unit20>
224 <Unit21>
225 <Filename Value="../Generic/QueueImplementation.tpl"/>
226 <WindowIndex Value="0"/>
227 <TopLine Value="1"/>
228 <CursorPos X="1" Y="3"/>
229 <UsageCount Value="1"/>
230 <DefaultSyntaxHighlighter Value="None"/>
231 </Unit21>
232 <Unit22>
233 <Filename Value="../Generic/QueueInterface.tpl"/>
234 <WindowIndex Value="0"/>
235 <TopLine Value="1"/>
236 <CursorPos X="1" Y="3"/>
237 <UsageCount Value="1"/>
238 <DefaultSyntaxHighlighter Value="None"/>
239 </Unit22>
240 <Unit23>
241 <Filename Value="../Specialized/ListChar.pas"/>
242 <UnitName Value="ListChar"/>
243 <WindowIndex Value="0"/>
244 <TopLine Value="45"/>
245 <CursorPos X="9" Y="79"/>
246 <UsageCount Value="10"/>
247 </Unit23>
248 <Unit24>
249 <Filename Value="../Generic/SetInterface.tpl"/>
250 <WindowIndex Value="0"/>
251 <TopLine Value="1"/>
252 <CursorPos X="21" Y="4"/>
253 <UsageCount Value="5"/>
254 <DefaultSyntaxHighlighter Value="None"/>
255 </Unit24>
256 <Unit25>
257 <Filename Value="../Specialized/SetChar.pas"/>
258 <UnitName Value="SetChar"/>
259 <WindowIndex Value="0"/>
260 <TopLine Value="1"/>
261 <CursorPos X="1" Y="25"/>
262 <UsageCount Value="5"/>
263 </Unit25>
264 <Unit26>
265 <Filename Value="../Generic/SetImplementation.tpl"/>
266 <WindowIndex Value="0"/>
267 <TopLine Value="1"/>
268 <CursorPos X="1" Y="3"/>
269 <UsageCount Value="5"/>
270 <DefaultSyntaxHighlighter Value="None"/>
271 </Unit26>
272 <Unit27>
273 <Filename Value="../Generic/RangeInterface.tpl"/>
274 <WindowIndex Value="0"/>
275 <TopLine Value="1"/>
276 <CursorPos X="7" Y="4"/>
277 <UsageCount Value="5"/>
278 <DefaultSyntaxHighlighter Value="None"/>
279 </Unit27>
280 <Unit28>
281 <Filename Value="../Specialized/RangeDateTime.pas"/>
282 <UnitName Value="RangeDateTime"/>
283 <WindowIndex Value="0"/>
284 <TopLine Value="1"/>
285 <CursorPos X="14" Y="15"/>
286 <UsageCount Value="5"/>
287 </Unit28>
288 <Unit29>
289 <Filename Value="../Generic/RangeImplementation.tpl"/>
290 <WindowIndex Value="0"/>
291 <TopLine Value="1"/>
292 <CursorPos X="14" Y="18"/>
293 <UsageCount Value="5"/>
294 <DefaultSyntaxHighlighter Value="None"/>
295 </Unit29>
296 <Unit30>
297 <Filename Value="../Specialized/ListVariant.pas"/>
298 <UnitName Value="ListVariant"/>
299 <WindowIndex Value="0"/>
300 <TopLine Value="2"/>
301 <CursorPos X="30" Y="8"/>
302 <UsageCount Value="5"/>
303 </Unit30>
304 <Unit31>
305 <Filename Value="ListObject.pas"/>
306 <UnitName Value="ListObject"/>
307 <WindowIndex Value="0"/>
308 <TopLine Value="13"/>
309 <CursorPos X="15" Y="12"/>
310 <UsageCount Value="7"/>
311 <DefaultSyntaxHighlighter Value="Delphi"/>
312 </Unit31>
313 <Unit32>
314 <Filename Value="../Generic/GenericList.inc"/>
315 <EditorIndex Value="4"/>
316 <WindowIndex Value="0"/>
317 <TopLine Value="42"/>
318 <CursorPos X="15" Y="55"/>
319 <UsageCount Value="107"/>
320 <Loaded Value="True"/>
321 </Unit32>
322 <Unit33>
323 <Filename Value="../Generic/GenericDictionary.inc"/>
324 <WindowIndex Value="0"/>
325 <TopLine Value="31"/>
326 <CursorPos X="44" Y="47"/>
327 <UsageCount Value="93"/>
328 </Unit33>
329 <Unit34>
330 <Filename Value="../Generic/GenericObjectList.inc"/>
331 <WindowIndex Value="0"/>
332 <TopLine Value="1"/>
333 <CursorPos X="36" Y="48"/>
334 <UsageCount Value="93"/>
335 </Unit34>
336 <Unit35>
337 <Filename Value="../Generic/GenericQueue.inc"/>
338 <WindowIndex Value="0"/>
339 <TopLine Value="3"/>
340 <CursorPos X="1" Y="3"/>
341 <UsageCount Value="93"/>
342 </Unit35>
343 <Unit36>
344 <Filename Value="../Generic/GenericSet.inc"/>
345 <WindowIndex Value="0"/>
346 <TopLine Value="11"/>
347 <CursorPos X="42" Y="11"/>
348 <UsageCount Value="93"/>
349 </Unit36>
350 <Unit37>
351 <Filename Value="../Generic/GenericStack.inc"/>
352 <WindowIndex Value="0"/>
353 <TopLine Value="3"/>
354 <CursorPos X="1" Y="3"/>
355 <UsageCount Value="93"/>
356 </Unit37>
357 <Unit38>
358 <Filename Value="../Generic/GenericTree.inc"/>
359 <WindowIndex Value="0"/>
360 <TopLine Value="1"/>
361 <CursorPos X="22" Y="30"/>
362 <UsageCount Value="93"/>
363 </Unit38>
364 <Unit39>
365 <Filename Value="../Specialized/SpecializedDictionary.pas"/>
366 <UnitName Value="SpecializedDictionary"/>
367 <WindowIndex Value="0"/>
368 <TopLine Value="6"/>
369 <CursorPos X="56" Y="36"/>
370 <UsageCount Value="92"/>
371 </Unit39>
372 <Unit40>
373 <Filename Value="../Specialized/SpecializedStack.pas"/>
374 <UnitName Value="SpecializedStack"/>
375 <WindowIndex Value="0"/>
376 <TopLine Value="27"/>
377 <CursorPos X="50" Y="59"/>
378 <UsageCount Value="91"/>
379 </Unit40>
380 <Unit41>
381 <Filename Value="../Specialized/SpecializedTree.pas"/>
382 <UnitName Value="SpecializedTree"/>
383 <WindowIndex Value="0"/>
384 <TopLine Value="57"/>
385 <CursorPos X="48" Y="85"/>
386 <UsageCount Value="91"/>
387 </Unit41>
388 <Unit42>
389 <Filename Value="../Generic/GenericRange.inc"/>
390 <WindowIndex Value="0"/>
391 <TopLine Value="1"/>
392 <CursorPos X="33" Y="14"/>
393 <UsageCount Value="91"/>
394 </Unit42>
395 <Unit43>
396 <Filename Value="../Specialized/SpecializedQueue.pas"/>
397 <UnitName Value="SpecializedQueue"/>
398 <WindowIndex Value="0"/>
399 <TopLine Value="52"/>
400 <CursorPos X="1" Y="81"/>
401 <UsageCount Value="91"/>
402 </Unit43>
403 <Unit44>
404 <Filename Value="../Specialized/SpecializedSet.pas"/>
405 <UnitName Value="SpecializedSet"/>
406 <WindowIndex Value="0"/>
407 <TopLine Value="29"/>
408 <CursorPos X="1" Y="62"/>
409 <UsageCount Value="91"/>
410 </Unit44>
411 <Unit45>
412 <Filename Value="../Specialized/SpecializedObjectList.pas"/>
413 <UnitName Value="SpecializedObjectList"/>
414 <WindowIndex Value="0"/>
415 <TopLine Value="9"/>
416 <CursorPos X="60" Y="36"/>
417 <UsageCount Value="90"/>
418 </Unit45>
419 <Unit46>
420 <Filename Value="../Generic/GenericMatrix.inc"/>
421 <WindowIndex Value="0"/>
422 <TopLine Value="9"/>
423 <CursorPos X="28" Y="23"/>
424 <UsageCount Value="102"/>
425 </Unit46>
426 <Unit47>
427 <Filename Value="../../../../lazarus/trunk/lcl/graphics.pp"/>
428 <UnitName Value="Graphics"/>
429 <WindowIndex Value="0"/>
430 <TopLine Value="2624"/>
431 <CursorPos X="37" Y="2636"/>
432 <UsageCount Value="89"/>
433 <DefaultSyntaxHighlighter Value="Delphi"/>
434 </Unit47>
435 <Unit48>
436 <Filename Value="../../../../lazarus/trunk/lcl/interfaces/carbon/issues.xml"/>
437 <WindowIndex Value="0"/>
438 <TopLine Value="94"/>
439 <CursorPos X="1" Y="1"/>
440 <UsageCount Value="5"/>
441 <DefaultSyntaxHighlighter Value="XML"/>
442 </Unit48>
443 <Unit49>
444 <Filename Value="/usr/share/fpcsrc/rtl/objpas/classes/classesh.inc"/>
445 <WindowIndex Value="0"/>
446 <TopLine Value="199"/>
447 <CursorPos X="14" Y="213"/>
448 <UsageCount Value="27"/>
449 <DefaultSyntaxHighlighter Value="Delphi"/>
450 </Unit49>
451 <Unit50>
452 <Filename Value="/usr/share/fpcsrc/rtl/objpas/classes/lists.inc"/>
453 <WindowIndex Value="0"/>
454 <TopLine Value="199"/>
455 <CursorPos X="3" Y="201"/>
456 <UsageCount Value="27"/>
457 <DefaultSyntaxHighlighter Value="Delphi"/>
458 </Unit50>
459 <Unit51>
460 <Filename Value="../Generic/GenericListObject.inc"/>
461 <EditorIndex Value="5"/>
462 <WindowIndex Value="0"/>
463 <TopLine Value="11"/>
464 <CursorPos X="34" Y="24"/>
465 <UsageCount Value="21"/>
466 <Loaded Value="True"/>
467 </Unit51>
468 <Unit52>
469 <Filename Value="/usr/share/fpcsrc/rtl/objpas/objpas.pp"/>
470 <UnitName Value="objpas"/>
471 <WindowIndex Value="0"/>
472 <TopLine Value="1"/>
473 <CursorPos X="27" Y="26"/>
474 <UsageCount Value="27"/>
475 <DefaultSyntaxHighlighter Value="Delphi"/>
476 </Unit52>
477 <Unit53>
478 <Filename Value="/usr/share/fpcsrc/rtl/inc/systemh.inc"/>
479 <WindowIndex Value="0"/>
480 <TopLine Value="381"/>
481 <CursorPos X="3" Y="398"/>
482 <UsageCount Value="27"/>
483 <DefaultSyntaxHighlighter Value="Delphi"/>
484 </Unit53>
485 <Unit54>
486 <Filename Value="/usr/share/fpcsrc/rtl/inc/varianth.inc"/>
487 <WindowIndex Value="0"/>
488 <TopLine Value="475"/>
489 <CursorPos X="10" Y="503"/>
490 <UsageCount Value="6"/>
491 <DefaultSyntaxHighlighter Value="Delphi"/>
492 </Unit54>
493 <Unit55>
494 <Filename Value="../../../../lazarus/trunk/lcl/include/control.inc"/>
495 <WindowIndex Value="0"/>
496 <TopLine Value="2270"/>
497 <CursorPos X="22" Y="2273"/>
498 <UsageCount Value="18"/>
499 <DefaultSyntaxHighlighter Value="Delphi"/>
500 </Unit55>
501 <Unit56>
502 <Filename Value="../Specialized/SpecializedMatrix.pas"/>
503 <UnitName Value="SpecializedMatrix"/>
504 <WindowIndex Value="0"/>
505 <TopLine Value="1"/>
506 <CursorPos X="25" Y="41"/>
507 <UsageCount Value="19"/>
508 </Unit56>
509 <Unit57>
510 <Filename Value="../ReadMe.txt"/>
511 <WindowIndex Value="0"/>
512 <TopLine Value="1"/>
513 <CursorPos X="28" Y="10"/>
514 <UsageCount Value="8"/>
515 <DefaultSyntaxHighlighter Value="None"/>
516 </Unit57>
517 <Unit58>
518 <Filename Value="../../../../Programy/Lazarus/fpc/2.4.3/source/rtl/objpas/dateutil.inc"/>
519 <WindowIndex Value="0"/>
520 <TopLine Value="38"/>
521 <CursorPos X="3" Y="50"/>
522 <UsageCount Value="10"/>
523 <DefaultSyntaxHighlighter Value="Delphi"/>
524 </Unit58>
525 <Unit59>
526 <Filename Value="../../../../Programy/Lazarus/fpc/2.4.3/source/rtl/objpas/classes/classesh.inc"/>
527 <WindowIndex Value="0"/>
528 <TopLine Value="649"/>
529 <CursorPos X="38" Y="671"/>
530 <UsageCount Value="9"/>
531 <DefaultSyntaxHighlighter Value="Delphi"/>
532 </Unit59>
533 <Unit60>
534 <Filename Value="../../../../Programy/Lazarus/fpc/2.4.3/source/rtl/objpas/classes/stringl.inc"/>
535 <WindowIndex Value="0"/>
536 <TopLine Value="1185"/>
537 <CursorPos X="22" Y="1196"/>
538 <UsageCount Value="9"/>
539 <DefaultSyntaxHighlighter Value="Delphi"/>
540 </Unit60>
541 <Unit61>
542 <Filename Value="../../../../Programy/Lazarus/fpc/2.4.3/source/rtl/objpas/types.pp"/>
543 <UnitName Value="types"/>
544 <WindowIndex Value="0"/>
545 <TopLine Value="112"/>
546 <CursorPos X="3" Y="124"/>
547 <UsageCount Value="9"/>
548 <DefaultSyntaxHighlighter Value="Delphi"/>
549 </Unit61>
550 <Unit62>
551 <Filename Value="../../../../Projekty2/FreePascalManager/trunk/Instance/1/FPC/rtl/objpas/sysutils/sysstrh.inc"/>
552 <WindowIndex Value="0"/>
553 <TopLine Value="71"/>
554 <CursorPos X="10" Y="84"/>
555 <UsageCount Value="9"/>
556 <DefaultSyntaxHighlighter Value="Delphi"/>
557 </Unit62>
558 <Unit63>
559 <Filename Value="../../../../Projekty2/FreePascalManager/trunk/Instance/1/FPC/rtl/objpas/sysutils/sysstr.inc"/>
560 <WindowIndex Value="0"/>
561 <TopLine Value="148"/>
562 <CursorPos X="11" Y="169"/>
563 <UsageCount Value="9"/>
564 <DefaultSyntaxHighlighter Value="Delphi"/>
565 </Unit63>
566 <Unit64>
567 <Filename Value="../../../../Projekty2/FreePascalManager/trunk/Instance/1/FPC/rtl/inc/systemh.inc"/>
568 <WindowIndex Value="0"/>
569 <TopLine Value="511"/>
570 <CursorPos X="11" Y="524"/>
571 <UsageCount Value="9"/>
572 <DefaultSyntaxHighlighter Value="Delphi"/>
573 </Unit64>
574 <Unit65>
575 <Filename Value="../../../../Projekty2/FreePascalManager/trunk/Instance/1/FPC/rtl/i386/i386.inc"/>
576 <WindowIndex Value="0"/>
577 <TopLine Value="411"/>
578 <CursorPos X="10" Y="424"/>
579 <UsageCount Value="9"/>
580 <DefaultSyntaxHighlighter Value="Delphi"/>
581 </Unit65>
582 <Unit66>
583 <Filename Value="../Specialized/SpecializedStream.pas"/>
584 <UnitName Value="SpecializedStream"/>
585 <EditorIndex Value="8"/>
586 <WindowIndex Value="0"/>
587 <TopLine Value="106"/>
588 <CursorPos X="48" Y="107"/>
589 <UsageCount Value="15"/>
590 <Loaded Value="True"/>
591 </Unit66>
592 <Unit67>
593 <Filename Value="../../../../../Lazarus/0.9.31_2.6.0/lcl/lclclasses.pp"/>
594 <UnitName Value="LCLClasses"/>
595 <WindowIndex Value="0"/>
596 <TopLine Value="25"/>
597 <CursorPos X="32" Y="40"/>
598 <UsageCount Value="9"/>
599 </Unit67>
600 <Unit68>
601 <Filename Value="../../../../../Lazarus/0.9.31_2.6.0/lcl/controls.pp"/>
602 <UnitName Value="Controls"/>
603 <WindowIndex Value="0"/>
604 <TopLine Value="1"/>
605 <CursorPos X="39" Y="11"/>
606 <UsageCount Value="9"/>
607 </Unit68>
608 <Unit69>
609 <Filename Value="../../../../../Lazarus/0.9.31_2.6.0/fpc/2.6.0/source/rtl/inc/objpash.inc"/>
610 <WindowIndex Value="0"/>
611 <TopLine Value="179"/>
612 <CursorPos X="23" Y="192"/>
613 <UsageCount Value="10"/>
614 </Unit69>
615 <Unit70>
616 <Filename Value="../../../../../Lazarus/0.9.31_2.6.0/fpc/2.6.0/source/rtl/inc/objpas.inc"/>
617 <WindowIndex Value="0"/>
618 <TopLine Value="265"/>
619 <CursorPos X="9" Y="267"/>
620 <UsageCount Value="10"/>
621 </Unit70>
622 <Unit71>
623 <Filename Value="../Generic/GenericStream.inc"/>
624 <IsVisibleTab Value="True"/>
625 <EditorIndex Value="7"/>
626 <WindowIndex Value="0"/>
627 <TopLine Value="40"/>
628 <CursorPos X="18" Y="20"/>
629 <UsageCount Value="15"/>
630 <Loaded Value="True"/>
631 </Unit71>
632 <Unit72>
633 <Filename Value="../../../../../Lazarus/0.9.31_2.6.0/fpc/2.6.0/source/rtl/objpas/classes/classesh.inc"/>
634 <EditorIndex Value="1"/>
635 <WindowIndex Value="0"/>
636 <TopLine Value="891"/>
637 <CursorPos X="18" Y="908"/>
638 <UsageCount Value="13"/>
639 <Loaded Value="True"/>
640 </Unit72>
641 <Unit73>
642 <Filename Value="../../../../../Lazarus/0.9.31_2.6.0/fpc/2.6.0/source/rtl/objpas/classes/streams.inc"/>
643 <EditorIndex Value="2"/>
644 <WindowIndex Value="0"/>
645 <TopLine Value="739"/>
646 <CursorPos X="18" Y="750"/>
647 <UsageCount Value="13"/>
648 <Loaded Value="True"/>
649 </Unit73>
650 <Unit74>
651 <Filename Value="../Generic/GenericListString.inc"/>
652 <EditorIndex Value="6"/>
653 <WindowIndex Value="0"/>
654 <TopLine Value="8"/>
655 <CursorPos X="34" Y="21"/>
656 <UsageCount Value="12"/>
657 <Loaded Value="True"/>
658 </Unit74>
659 </Units>
660 <JumpHistory Count="30" HistoryIndex="28">
661 <Position1>
662 <Filename Value="UMainForm.pas"/>
663 <Caret Line="142" Column="1" TopLine="128"/>
664 </Position1>
665 <Position2>
666 <Filename Value="UMainForm.pas"/>
667 <Caret Line="143" Column="1" TopLine="128"/>
668 </Position2>
669 <Position3>
670 <Filename Value="../Generic/GenericList.inc"/>
671 <Caret Line="161" Column="1" TopLine="148"/>
672 </Position3>
673 <Position4>
674 <Filename Value="../Specialized/SpecializedStream.pas"/>
675 <Caret Line="93" Column="21" TopLine="80"/>
676 </Position4>
677 <Position5>
678 <Filename Value="UMainForm.pas"/>
679 <Caret Line="150" Column="22" TopLine="129"/>
680 </Position5>
681 <Position6>
682 <Filename Value="../Generic/GenericStream.inc"/>
683 <Caret Line="22" Column="12" TopLine="9"/>
684 </Position6>
685 <Position7>
686 <Filename Value="../Generic/GenericStream.inc"/>
687 <Caret Line="37" Column="18" TopLine="35"/>
688 </Position7>
689 <Position8>
690 <Filename Value="UMainForm.pas"/>
691 <Caret Line="157" Column="79" TopLine="132"/>
692 </Position8>
693 <Position9>
694 <Filename Value="../Specialized/SpecializedStream.pas"/>
695 <Caret Line="58" Column="45" TopLine="46"/>
696 </Position9>
697 <Position10>
698 <Filename Value="../Specialized/SpecializedStream.pas"/>
699 <Caret Line="119" Column="12" TopLine="100"/>
700 </Position10>
701 <Position11>
702 <Filename Value="../Generic/GenericList.inc"/>
703 <Caret Line="197" Column="39" TopLine="182"/>
704 </Position11>
705 <Position12>
706 <Filename Value="../Specialized/SpecializedStream.pas"/>
707 <Caret Line="119" Column="12" TopLine="100"/>
708 </Position12>
709 <Position13>
710 <Filename Value="../Specialized/SpecializedStream.pas"/>
711 <Caret Line="61" Column="38" TopLine="48"/>
712 </Position13>
713 <Position14>
714 <Filename Value="../Specialized/SpecializedStream.pas"/>
715 <Caret Line="130" Column="15" TopLine="117"/>
716 </Position14>
717 <Position15>
718 <Filename Value="../Specialized/SpecializedStream.pas"/>
719 <Caret Line="64" Column="36" TopLine="51"/>
720 </Position15>
721 <Position16>
722 <Filename Value="../Specialized/SpecializedStream.pas"/>
723 <Caret Line="58" Column="29" TopLine="45"/>
724 </Position16>
725 <Position17>
726 <Filename Value="../Specialized/SpecializedStream.pas"/>
727 <Caret Line="78" Column="45" TopLine="78"/>
728 </Position17>
729 <Position18>
730 <Filename Value="../Specialized/SpecializedStream.pas"/>
731 <Caret Line="64" Column="64" TopLine="48"/>
732 </Position18>
733 <Position19>
734 <Filename Value="../Specialized/SpecializedStream.pas"/>
735 <Caret Line="82" Column="3" TopLine="68"/>
736 </Position19>
737 <Position20>
738 <Filename Value="../Generic/GenericListObject.inc"/>
739 <Caret Line="20" Column="21" TopLine="1"/>
740 </Position20>
741 <Position21>
742 <Filename Value="../Generic/GenericListObject.inc"/>
743 <Caret Line="24" Column="17" TopLine="11"/>
744 </Position21>
745 <Position22>
746 <Filename Value="../Generic/GenericListString.inc"/>
747 <Caret Line="1" Column="1" TopLine="1"/>
748 </Position22>
749 <Position23>
750 <Filename Value="UMainForm.pas"/>
751 <Caret Line="43" Column="15" TopLine="28"/>
752 </Position23>
753 <Position24>
754 <Filename Value="../Generic/GenericStream.inc"/>
755 <Caret Line="13" Column="1" TopLine="1"/>
756 </Position24>
757 <Position25>
758 <Filename Value="../Specialized/SpecializedStream.pas"/>
759 <Caret Line="84" Column="35" TopLine="40"/>
760 </Position25>
761 <Position26>
762 <Filename Value="../Specialized/SpecializedStream.pas"/>
763 <Caret Line="126" Column="39" TopLine="111"/>
764 </Position26>
765 <Position27>
766 <Filename Value="../Specialized/SpecializedStream.pas"/>
767 <Caret Line="128" Column="1" TopLine="111"/>
768 </Position27>
769 <Position28>
770 <Filename Value="../Specialized/SpecializedStream.pas"/>
771 <Caret Line="68" Column="32" TopLine="55"/>
772 </Position28>
773 <Position29>
774 <Filename Value="../Specialized/SpecializedStream.pas"/>
775 <Caret Line="121" Column="1" TopLine="106"/>
776 </Position29>
777 <Position30>
778 <Filename Value="../Generic/GenericList.inc"/>
779 <Caret Line="55" Column="15" TopLine="42"/>
780 </Position30>
781 </JumpHistory>
782 </ProjectOptions>
783 <CompilerOptions>
784 <Version Value="11"/>
785 <Target>
786 <Filename Value="Demo"/>
787 </Target>
788 <SearchPaths>
789 <IncludeFiles Value="$(ProjOutDir)"/>
790 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
791 </SearchPaths>
792 <Parsing>
793 <SyntaxOptions>
794 <SyntaxMode Value="Delphi"/>
795 <CStyleOperator Value="False"/>
796 <AllowLabel Value="False"/>
797 <CPPInline Value="False"/>
798 <CStyleMacros Value="True"/>
799 </SyntaxOptions>
800 </Parsing>
801 <CodeGeneration>
802 <Checks>
803 <IOChecks Value="True"/>
804 <RangeChecks Value="True"/>
805 <OverflowChecks Value="True"/>
806 <StackChecks Value="True"/>
807 </Checks>
808 </CodeGeneration>
809 <Linking>
810 <Debugging>
811 <DebugInfoType Value="dsStabs"/>
812 <UseHeaptrc Value="True"/>
813 </Debugging>
814 <Options>
815 <Win32>
816 <GraphicApplication Value="True"/>
817 </Win32>
818 </Options>
819 </Linking>
820 <Other>
821 <CompilerMessages>
822 <UseMsgFile Value="True"/>
823 </CompilerMessages>
824 <CompilerPath Value="$(CompPath)"/>
825 </Other>
826 </CompilerOptions>
827 <Debugging>
828 <Exceptions Count="3">
829 <Item1>
830 <Name Value="EAbort"/>
831 </Item1>
832 <Item2>
833 <Name Value="ECodetoolError"/>
834 </Item2>
835 <Item3>
836 <Name Value="EFOpenError"/>
837 </Item3>
838 </Exceptions>
839 </Debugging>
840</CONFIG>
Note: See TracBrowser for help on using the repository browser.